This commit is contained in:
CPM
2021-03-25 17:40:51 +05:30
parent 7ae36ff834
commit 72d0714a16
6 changed files with 17 additions and 18 deletions
+8 -6
View File
@@ -5,7 +5,6 @@ apply plugin: 'com.google.firebase.crashlytics'
android {
compileSdkVersion 30
buildToolsVersion '29.0.3'
useLibrary 'org.apache.http.legacy'
lintOptions {
@@ -21,15 +20,15 @@ android {
defaultConfig {
applicationId "cpm.com.gskmtorange"
minSdkVersion 20
targetSdkVersion 30
targetSdkVersion 29
/*//For Egypt
versionCode 31
versionName "4.3"*/
//For UAE
/* versionCode 28
versionName "4.0"*/
versionCode 28
versionName "4.0"
//For Turkey
/* versionCode 26
@@ -46,12 +45,15 @@ android {
/* versionCode 28
versionName "3.9"*/
//sa
versionCode 23
versionName "3.5"
versionCode 22
versionName "3.4"
//Kenya
/* versionCode 2
versionName "1.1"*/
//nigeria
/* versionCode 1
versionName "1.0"*/
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"