Skip to content

Commit

Permalink
Update Android compile SDK and target SDK to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
mahozad committed Oct 9, 2024
1 parent a8324ab commit 69c9d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ kotlin-compatibility = "0.14.0"
compose-multiplatform = "1.7.0-rc01"
agp = "8.5.2" # Android Gradle plugin
android-minSdk = "21"
android-compileSdk = "34"
android-targetSdk = "34"
android-compileSdk = "35"
android-targetSdk = "35"
androidx-activityCompose = "1.9.0"
androidx-core-ktx = "1.13.1"
androidx-appcompat = "1.7.0"
Expand Down

0 comments on commit 69c9d17

Please sign in to comment.