Skip to content

Commit

Permalink
Bumped android targetSdk to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
siarhei-luskanau committed Jun 30, 2024
1 parent 477d714 commit 5d54427
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
@@ -1,8 +1,8 @@
[versions]
agp = "8.5.0"
android-build-compileSdk = "34"
android-build-compileSdk = "35"
android-build-minSdk = "21"
android-build-targetSdk = "34"
android-build-targetSdk = "35"
android-material = "1.12.0"
androidx-activity = "1.9.0"
androidx-core = "1.13.1"
Expand Down

0 comments on commit 5d54427

Please sign in to comment.