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"
}