coaching
This commit is contained in:
+15
-13
@@ -21,27 +21,27 @@ android {
|
||||
targetSdkVersion 26
|
||||
|
||||
//For Egypt
|
||||
/* versionCode 29
|
||||
versionName "4.1"*/
|
||||
versionCode 29
|
||||
versionName "4.1"
|
||||
|
||||
//For UAE
|
||||
/* versionCode 24
|
||||
versionName "3.6"*/
|
||||
|
||||
|
||||
//For Turkey
|
||||
/* versionCode 25
|
||||
versionName "3.7"*/
|
||||
|
||||
|
||||
//For Turkey
|
||||
/* versionCode 25
|
||||
versionName "3.7"*/
|
||||
//For KSA
|
||||
versionCode 27
|
||||
versionName "3.9"
|
||||
/* versionCode 27
|
||||
versionName "3.9"*/
|
||||
|
||||
//For SA
|
||||
/*versionCode 26
|
||||
versionName "3.7"*/
|
||||
/* versionCode 22
|
||||
versionName "3.4"*/
|
||||
/* versionCode 27
|
||||
versionName "3.8"*/
|
||||
|
||||
// versionCode 22
|
||||
// versionName "3.4"
|
||||
|
||||
multiDexEnabled true
|
||||
|
||||
@@ -62,6 +62,8 @@ dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation files('libs/ksoap2-android-assembly-3.6.2-jar-with-dependencies.jar')
|
||||
implementation 'com.android.support:support-v4:28.0.0'
|
||||
implementation 'android.arch.navigation:navigation-fragment:1.0.0'
|
||||
implementation 'android.arch.navigation:navigation-ui:1.0.0'
|
||||
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
|
||||
exclude group: 'com.android.support', module: 'support-annotations'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user