usk_remove_fabric

This commit is contained in:
CPM
2020-11-13 15:38:31 +05:30
parent b699cb1cf3
commit 957ba048d2
21 changed files with 148 additions and 151 deletions
+22 -21
View File
@@ -1,5 +1,5 @@
apply plugin: 'com.android.application'
apply plugin: 'io.fabric'
//apply plugin: 'io.fabric'
android {
compileSdkVersion 28
@@ -20,28 +20,29 @@ android {
minSdkVersion 17
targetSdkVersion 26
//For Egypt
versionCode 30
versionName "4.2"
/*//For Egypt
versionCode 31
versionName "4.3"*/
//For UAE
/* versionCode 25
versionName "3.7"*/
//For Turkey
/* versionCode 25
versionName "3.7"*/
//For KSA
/* versionCode 27
versionName "3.9"*/
//For SA
/* versionCode 27
/* //For UAE
versionCode 26
versionName "3.8"*/
// versionCode 22
// versionName "3.4"
/* //For Turkey
versionCode 26
versionName "3.8"*/
/* //For KSA
versionCode 28
versionName "4.0"*/
//For SA
versionCode 28
versionName "3.9"
/* versionCode 23
versionName "3.5"*/
multiDexEnabled true
@@ -84,7 +85,7 @@ dependencies {
implementation 'com.google.firebase:firebase-perf:16.2.3'
// Add dependency
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.7'
// implementation 'com.crashlytics.sdk.android:crashlytics:2.9.7'
implementation 'com.google.firebase:firebase-core:16.0.6'
testImplementation 'junit:junit:4.12'