adding in config for production

This commit is contained in:
talksik
2018-08-25 13:54:34 -07:00
parent 2f35efc7e8
commit 7314ec35f8
+3 -3
View File
@@ -101,9 +101,9 @@ android {
defaultConfig {
applicationId "com.nexto"
minSdkVersion 16
targetSdkVersion 22
versionCode 6
versionName "6.0"
targetSdkVersion 26
versionCode 1
versionName "1.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}