Skip to content

Commit a77d8ed

Browse files
committed
Update Android compile SDK and target SDK to 36
1 parent 7743787 commit a77d8ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ kotlin-compatibility = "0.18.0"
66
compose-multiplatform = "1.8.2"
77
android-gradlePlugin = "8.9.3" # AGP
88
android-minSdk = "21"
9-
android-targetSdk = "35"
10-
android-compileSdk = "35"
9+
android-targetSdk = "36"
10+
android-compileSdk = "36"
1111
androidx-activityCompose = "1.10.1"
1212
androidx-core-ktx = "1.16.0"
1313
androidx-appcompat = "1.7.1"

0 commit comments

Comments
 (0)