Skip to content

Commit 971f7e5

Browse files
authored
chore(#362): target API 35 (Android 15) instead of 36
We use Robolectric which supports up to API level 35
1 parent f490455 commit 971f7e5

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 36
104+
compileSdk 35
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 36
117+
targetSdkVersion 35
118118
minSdkVersion 21 // Android 5.0
119119
versionCode getVersionCode()
120120
versionName getVersionName()

0 commit comments

Comments
 (0)