configuration changes and versioning

This commit is contained in:
Arjun Patel
2018-08-03 20:17:58 -07:00
parent 1ab6d52245
commit 661387c7a5
7 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -102,8 +102,8 @@ android {
applicationId "com.nexto"
minSdkVersion 16
targetSdkVersion 22
versionCode 1
versionName "1.0"
versionCode 6
versionName "6.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}