v0.5.0: manifest commit

This commit is contained in:
Evan Debenham
2017-02-08 18:22:14 -05:00
parent 45bab8e31a
commit 2616e02c99
3 changed files with 33 additions and 34 deletions
+3 -3
View File
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.shatteredpixel.shatteredpixeldungeon"
android:versionCode="148"
android:versionName="0.4.3c"
android:versionCode="157"
android:versionName="0.5.0"
android:installLocation="auto">
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="24"/>
android:targetSdkVersion="25"/>
<uses-feature
android:glEsVersion="0x00020000"/>