Skip to content

Commit b743434

Browse files
committed
#2283: update Android version
1 parent 59ab359 commit b743434

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
}
1616
minSdkVersion 24
1717
targetSdkVersion 31
18-
versionCode 10000
19-
versionName "1.00.00"
18+
versionCode 10100
19+
versionName "1.01.00"
2020
ndk {
2121
abiFilters 'arm64-v8a'
2222
}

build/android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
-->
55
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
66
package="com.nesbox.tic"
7-
android:versionCode="10000"
8-
android:versionName="1.00.00"
7+
android:versionCode="10100"
8+
android:versionName="1.01.00"
99
android:installLocation="auto">
1010

1111
<!-- OpenGL ES 2.0 -->

0 commit comments

Comments
 (0)