YSY commit
This commit is contained in:
+20
-21
@@ -2,8 +2,8 @@ apply plugin: 'com.android.application'
|
||||
apply plugin: 'io.fabric'
|
||||
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
buildToolsVersion '27.0.3'
|
||||
compileSdkVersion 28
|
||||
buildToolsVersion '28.0.3'
|
||||
|
||||
useLibrary 'org.apache.http.legacy'
|
||||
|
||||
@@ -18,11 +18,11 @@ android {
|
||||
defaultConfig {
|
||||
applicationId "cpm.com.gskmtorange"
|
||||
minSdkVersion 17
|
||||
targetSdkVersion 22
|
||||
targetSdkVersion 26
|
||||
|
||||
//For Egypt
|
||||
/*versionCode 21
|
||||
versionName "3.3"*/
|
||||
/*versionCode 22
|
||||
versionName "3.4"*/
|
||||
|
||||
//For UAE
|
||||
/*versionCode 18
|
||||
@@ -37,8 +37,8 @@ android {
|
||||
versionName "3.4"*/
|
||||
|
||||
//For SA
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
versionCode 23
|
||||
versionName "3.5"
|
||||
|
||||
|
||||
multiDexEnabled true
|
||||
@@ -56,32 +56,31 @@ android {
|
||||
dependencies {
|
||||
|
||||
//implementation 'com.google.firebase:firebase-crash:11.8.0'
|
||||
implementation 'com.google.firebase:firebase-messaging:11.8.0'
|
||||
implementation 'com.google.firebase:firebase-messaging:17.3.3'
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation files('libs/ksoap2-android-assembly-3.6.2-jar-with-dependencies.jar')
|
||||
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
|
||||
exclude group: 'com.android.support', module: 'support-annotations'
|
||||
})
|
||||
|
||||
implementation 'com.android.support:appcompat-v7:26.1.0'
|
||||
implementation 'com.android.support:design:26.1.0'
|
||||
implementation 'com.android.support:appcompat-v7:28.0.0'
|
||||
implementation 'com.android.support:design:28.0.0'
|
||||
|
||||
implementation 'com.android.support:cardview-v7:26.1.0'
|
||||
implementation 'com.android.support:recyclerview-v7:26.1.0'
|
||||
implementation 'com.android.support:cardview-v7:28.0.0'
|
||||
implementation 'com.android.support:recyclerview-v7:28.0.0'
|
||||
|
||||
implementation 'com.google.code.gson:gson:2.7'
|
||||
implementation 'com.android.support.constraint:constraint-layout:1.0.0-alpha4'
|
||||
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
|
||||
|
||||
implementation 'com.squareup.retrofit:converter-gson:2.0.0-beta1'
|
||||
implementation 'com.google.android.gms:play-services-location:11.8.0'
|
||||
implementation 'com.google.android.gms:play-services-maps:11.8.0'
|
||||
implementation 'com.google.firebase:firebase-appindexing:11.8.0'
|
||||
implementation 'com.google.firebase:firebase-perf:11.8.0'
|
||||
implementation 'com.google.android.gms:play-services-location:16.0.0'
|
||||
implementation 'com.google.android.gms:play-services-maps:16.0.0'
|
||||
implementation 'com.google.firebase:firebase-appindexing:17.1.0'
|
||||
implementation 'com.google.firebase:firebase-perf:16.2.3'
|
||||
|
||||
implementation('com.crashlytics.sdk.android:crashlytics:2.7.1@aar') {
|
||||
transitive = true;
|
||||
}
|
||||
implementation 'com.google.firebase:firebase-core:11.8.0'
|
||||
// Add dependency
|
||||
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.7'
|
||||
implementation 'com.google.firebase:firebase-core:16.0.6'
|
||||
|
||||
testImplementation 'junit:junit:4.12'
|
||||
implementation project(':library')
|
||||
|
||||
Reference in New Issue
Block a user