fix(deps): promote compile SDK

* Needed by activity compose
This commit is contained in:
Ben Martin 2025-01-27 15:17:36 +00:00 committed by Ben Martin
parent 785e6f2c78
commit 38c6206f5b

View file

@ -1,6 +1,6 @@
[versions]
agp = "8.8.0"
android-compileSdk = "34"
android-compileSdk = "35"
android-minSdk = "24"
android-targetSdk = "34"
androidx-activityCompose = "1.10.0"