Skip to content

Commit

Permalink
1.0.1 Update app values
Browse files Browse the repository at this point in the history
  • Loading branch information
Waterdish committed Jun 2, 2024
1 parent 43ebcd0 commit f64cf9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
}
minSdkVersion 24
targetSdkVersion 31
versionCode 1
versionName "1.0.0.0"
versionCode 2
versionName "1.0.1"
externalNativeBuild {
//ndkBuild {
// arguments "APP_PLATFORM=android-23"
Expand Down
4 changes: 2 additions & 2 deletions 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.dishii.mm"
android:versionCode="1"
android:versionName="1.0.0.1"
android:versionCode="2"
android:versionName="1.0.1"
android:installLocation="auto">

<!-- OpenGL ES 3.0 -->
Expand Down
1 change: 0 additions & 1 deletion Android/app/src/main/assets/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Extractor Assets Copied by CMake during buildtime
assets/
2ship.o2r

0 comments on commit f64cf9d

Please sign in to comment.