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 { defaultConfig {
applicationId "com.nexto" applicationId "com.nexto"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 22 targetSdkVersion 26
versionCode 6 versionCode 1
versionName "6.0" versionName "1.0"
ndk { ndk {
abiFilters "armeabi-v7a", "x86" abiFilters "armeabi-v7a", "x86"
} }