Skip to content

Commit

Permalink
updated app version
Browse files Browse the repository at this point in the history
  • Loading branch information
CidVonHighwind committed Aug 6, 2023
1 parent 9b7dfe4 commit ca5270a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Projects/Android/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nintendont.virtualboygo"
android:versionCode="1"
android:versionName="1.0"
android:versionCode="6"
android:versionName="1.5"
android:installLocation="auto" >

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down
2 changes: 1 addition & 1 deletion res/values/strings.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">VrSampleBase</string>
<string name="app_name">VirtualBoyGo</string>
</resources>

0 comments on commit ca5270a

Please sign in to comment.