Audit and Bulk image upload
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'io.fabric'
|
||||
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
@@ -19,8 +20,18 @@ android {
|
||||
minSdkVersion 17
|
||||
targetSdkVersion 22
|
||||
|
||||
//For Egypt
|
||||
/*versionCode 14
|
||||
versionName "2.6"*/
|
||||
|
||||
//For KSA
|
||||
/* versionCode 12
|
||||
versionName "2.5"*/
|
||||
|
||||
//For Turkey
|
||||
versionCode 11
|
||||
versionName "2.4"
|
||||
|
||||
multiDexEnabled true
|
||||
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
@@ -34,6 +45,9 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
//implementation 'com.google.firebase:firebase-crash:11.8.0'
|
||||
implementation 'com.google.firebase:firebase-messaging:11.8.0'
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
compile files('libs/ksoap2-android-assembly-3.6.2-jar-with-dependencies.jar')
|
||||
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
|
||||
@@ -46,15 +60,22 @@ dependencies {
|
||||
implementation 'com.android.support:cardview-v7:26.1.0'
|
||||
implementation 'com.android.support:recyclerview-v7:26.1.0'
|
||||
|
||||
compile 'com.google.android.gms:play-services-location:9.8.0'
|
||||
compile 'com.google.android.gms:play-services-maps:9.8.0'
|
||||
|
||||
compile 'com.google.android.gms:play-services-appindexing:9.8.0'
|
||||
|
||||
compile 'com.google.code.gson:gson:2.7'
|
||||
compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha4'
|
||||
|
||||
compile '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'
|
||||
compile 'com.google.firebase:firebase-appindexing:11.8.0'
|
||||
compile 'com.google.firebase:firebase-perf:11.8.0'
|
||||
|
||||
compile('com.crashlytics.sdk.android:crashlytics:2.7.1@aar') {
|
||||
transitive = true;
|
||||
}
|
||||
compile 'com.google.firebase:firebase-core:11.8.0'
|
||||
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
|
||||
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
Reference in New Issue
Block a user