fix(deps): promote compile SDK
All checks were successful
Build / build (pull_request) Successful in 7m0s

* Needed by activity compose
This commit is contained in:
Ben Martin 2025-01-27 15:17:36 +00:00
parent 6d75f714c5
commit d8e1fd5f95

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"