Version 1.2.1-20180531.0

This commit is contained in:
John Lyon-Smith
2018-05-31 13:39:14 -07:00
parent a3b20d8ac1
commit b3a72610e6
8 changed files with 13 additions and 13 deletions

View File

@@ -101,8 +101,8 @@ android {
applicationId "com.deightonar"
minSdkVersion 24
targetSdkVersion 27
versionCode 10
versionName "1.2.0"
versionCode 11
versionName "1.2.1"
ndk {
abiFilters "armeabi-v7a", "x86"
}

View File

@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.deightonar"
android:versionCode="10"
android:versionName="1.2.0">
android:versionName="1.2.1">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>