Android version information

This commit is contained in:
John Lyon-Smith
2018-04-07 11:00:51 -07:00
parent 3a9c0720f6
commit dd2adf807f
6 changed files with 40 additions and 10 deletions

View File

@@ -102,7 +102,7 @@ android {
minSdkVersion 23
targetSdkVersion 25
versionCode 1
versionName "1.0"
versionName "1.0.0"
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="1"
android:versionName="1.0">
android:versionName="1.0.0">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>