Skip to content

Commit 8a621ac

Browse files
committed
chore(#362): bump gradle API to support Android 15 and 16
1 parent 84784b3 commit 8a621ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def getVersionName = {
101101
}
102102

103103
android {
104-
compileSdk 34
104+
compileSdk 36
105105
packagingOptions {
106106
resources {
107107
excludes += ['META-INF/LICENSE', 'META-INF/NOTICE']
@@ -114,7 +114,7 @@ android {
114114

115115
defaultConfig {
116116
//noinspection OldTargetApi
117-
targetSdkVersion 34
117+
targetSdkVersion 36
118118
minSdkVersion 21 // Android 5.0
119119
versionCode getVersionCode()
120120
versionName getVersionName()

0 commit comments

Comments
 (0)