Skip to content

Commit 57f3bdb

Browse files
committed
Update targetSdkVersion as required by Google Play Store.
1 parent 33cc004 commit 57f3bdb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
compileSdkVersion 33
1515
defaultConfig {
1616
minSdkVersion 21
17-
targetSdkVersion 34
17+
targetSdkVersion 35
1818
versionName '1.26.3a'
1919
versionCode 173
2020
}

jni

Submodule jni updated 1 file

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android {
1616
compileSdkVersion 33
1717
defaultConfig {
1818
minSdkVersion 21
19-
targetSdkVersion 34
19+
targetSdkVersion 35
2020
}
2121
publishing {
2222
singleVariant("release") {

0 commit comments

Comments
 (0)