Update AndroidManifest.xml

This commit is contained in:
Simon 2019-09-30 22:14:58 +01:00
parent 5dbf95553c
commit 064f2edfd2

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.quakequest"
android:versionCode="10"
android:versionName="1.4.2" android:installLocation="auto" >
android:versionCode="11"
android:versionName="1.4.3" android:installLocation="auto" >
<!-- Tell the system this app requires OpenGL ES 3.1. -->
<uses-feature android:glEsVersion="0x00030001" android:required="true"/>