Update AndroidManifest.xml

This commit is contained in:
Simon 2022-11-09 22:53:39 +00:00
parent 3e54452a0b
commit 35e5cc428c

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="25"
android:versionName="0.3.6" android:installLocation="auto" >
android:versionCode="26"
android:versionName="0.3.7" android:installLocation="auto" >
<!-- Tell the system this app requires OpenGL ES 3.1. -->
<uses-feature android:glEsVersion="0x00030002" android:required="true"/>