Skip to content

Commit 96715ec

Browse files
committed
Bump compileSdk to 36
1 parent 62a3b87 commit 96715ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ subprojects {
5656
}
5757

5858
minSdk = 21
59+
compileSdkVersion(36)
5960
targetSdk = 35
6061

6162
versionName = "2.11.23"
@@ -83,8 +84,6 @@ subprojects {
8384

8485
ndkVersion = "29.0.14206865"
8586

86-
compileSdkVersion(defaultConfig.targetSdk!!)
87-
8887
if (isApp) {
8988
packagingOptions {
9089
resources {

0 commit comments

Comments
 (0)