Update AndroidManifest.xml

This commit is contained in:
Simon 2023-03-12 10:18:09 +00:00
parent c110cd7bb2
commit a457b17c19

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.jkxr"
android:versionCode="41"
android:versionName="0.7.1" android:installLocation="auto" >
android:versionCode="42"
android:versionName="0.7.2" android:installLocation="auto" >
<!-- Tell the system this app requires OpenGL ES 3.1. -->
<uses-feature android:glEsVersion="0x00030002" android:required="true"/>