Skip to content

Commit 72ef743

Browse files
committed
fix: update target sdk 36
1 parent 76eda00 commit 72ef743

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
2-
compileSdk = "35"
2+
compileSdk = "36"
33
minSdk = "21"
4-
targetSdk = "35"
4+
targetSdk = "36"
55

66
kotlin = "2.2.0"
77
androidGradlePlugin = "8.11.1"
@@ -14,7 +14,6 @@ material = { module = "com.google.android.material:material", version = "1.12.0"
1414
constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" }
1515
lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.9.2" }
1616
annotation = { module = "androidx.annotation:annotation", version = "1.9.1" }
17-
customview-poolingcontainer = { module = "androidx.customview:customview-poolingcontainer", version = "1.1.0" }
1817

1918
[plugins]
2019
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }

0 commit comments

Comments
 (0)