We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ab359 commit b743434Copy full SHA for b743434
build/android/app/build.gradle
@@ -15,8 +15,8 @@ android {
15
}
16
minSdkVersion 24
17
targetSdkVersion 31
18
- versionCode 10000
19
- versionName "1.00.00"
+ versionCode 10100
+ versionName "1.01.00"
20
ndk {
21
abiFilters 'arm64-v8a'
22
build/android/app/src/main/AndroidManifest.xml
@@ -4,8 +4,8 @@
4
-->
5
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
6
package="com.nesbox.tic"
7
- android:versionCode="10000"
8
- android:versionName="1.00.00"
+ android:versionCode="10100"
+ android:versionName="1.01.00"
9
android:installLocation="auto">
10
11
<!-- OpenGL ES 2.0 -->
0 commit comments