Skip to content

Commit

Permalink
upgraded Android version number
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorogue committed Aug 1, 2021
1 parent ce1d48c commit b67b946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyperroid/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.roguetemple.hyperroid"
android:versionCode="12040" android:versionName="12.0d"
android:versionCode="12050" android:versionName="12.0e"
android:installLocation="auto">
<!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> -->
<!-- <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="9" /> -->
Expand Down

0 comments on commit b67b946

Please sign in to comment.