Skip to content

Commit 9ee1003

Browse files
committed
android version fix
1 parent c9b4128 commit 9ee1003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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="9000"
8-
android:versionName="0.90.00"
7+
android:versionCode="9021"
8+
android:versionName="0.90.21"
99
android:installLocation="auto">
1010

1111
<!-- OpenGL ES 2.0 -->

0 commit comments

Comments
 (0)