Skip to content

Commit

Permalink
Update androidCompileSdk and androidTargetSdk to 35 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
serbelga authored Nov 24, 2024
1 parent 9090e5f commit 4c8fef2
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,9 +1,9 @@
[versions]
activityCompose = "1.9.3"
androidCompileSdk = "34"
androidCompileSdk = "35"
androidCore = "1.13.1"
androidMinSdk = "24"
androidTargetSdk = "34"
androidTargetSdk = "35"
androidGradlePlugin = "8.7.2"
composeBom = "2024.11.00"
composeMultiplatform = "1.7.0"
Expand Down

0 comments on commit 4c8fef2

Please sign in to comment.