Skip to content

Commit

Permalink
android version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Jul 23, 2021
1 parent c9b4128 commit 9ee1003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nesbox.tic"
android:versionCode="9000"
android:versionName="0.90.00"
android:versionCode="9021"
android:versionName="0.90.21"
android:installLocation="auto">

<!-- OpenGL ES 2.0 -->
Expand Down

0 comments on commit 9ee1003

Please sign in to comment.