Skip to content

Commit

Permalink
#2283: update Android version
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Aug 27, 2023
1 parent 59ab359 commit b743434
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/android/app/build.gradle
Expand Up @@ -15,8 +15,8 @@ android {
}
minSdkVersion 24
targetSdkVersion 31
versionCode 10000
versionName "1.00.00"
versionCode 10100
versionName "1.01.00"
ndk {
abiFilters 'arm64-v8a'
}
Expand Down
4 changes: 2 additions & 2 deletions build/android/app/src/main/AndroidManifest.xml
Expand Up @@ -4,8 +4,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nesbox.tic"
android:versionCode="10000"
android:versionName="1.00.00"
android:versionCode="10100"
android:versionName="1.01.00"
android:installLocation="auto">

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

0 comments on commit b743434

Please sign in to comment.