Update AndroidManifest.xml

This commit is contained in:
Simon 2022-10-17 22:39:01 +01:00
parent a118fadce0
commit ace44a04a9

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.drbeef.jk2quest"
android:versionCode="17"
android:versionName="0.2.2" android:installLocation="auto" >
android:versionCode="19"
android:versionName="0.3.0" android:installLocation="auto" >
<!-- Tell the system this app requires OpenGL ES 3.1. -->
<uses-feature android:glEsVersion="0x00030001" android:required="true"/>