Version 1.4.3-20180708.0

This commit is contained in:
John Lyon-Smith
2018-07-08 11:30:11 -04:00
parent 37fa69d8ee
commit ed073731b9
8 changed files with 16 additions and 16 deletions

View File

@@ -101,8 +101,8 @@ android {
applicationId "com.deightonar"
minSdkVersion 24
targetSdkVersion 27
versionCode 15
versionName "1.4.2"
versionCode 16
versionName "1.4.3"
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="15"
android:versionName="1.4.2">
android:versionCode="16"
android:versionName="1.4.3">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>