YSY commit

This commit is contained in:
yadavendras
2018-12-05 15:29:33 +05:30
parent c0757192b9
commit c60414eb7f
31 changed files with 1065 additions and 306 deletions
+11 -6
View File
@@ -21,20 +21,24 @@ android {
targetSdkVersion 22
//For Egypt
/*versionCode 20
versionName "3.2"*/
/*versionCode 21
versionName "3.3"*/
//For UAE
/*versionCode 18
versionName "3.0"*/
//For Turkey
/*versionCode 19
versionName "3.1"*/
/*versionCode 21
versionName "3.3"*/
//For KSA
versionCode 21
versionName "3.3"
/*versionCode 22
versionName "3.4"*/
//For SA
versionCode 1
versionName "1.0"
multiDexEnabled true
@@ -80,6 +84,7 @@ dependencies {
implementation 'com.google.firebase:firebase-core:11.8.0'
testImplementation 'junit:junit:4.12'
implementation project(':library')
}