@@ -29,12 +29,12 @@ android {
29
29
proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
30
30
}
31
31
}
32
- buildTypes. each{
33
- it. buildConfigField ' String' , " MAP_API_KEY" , GOOGLE_MAP_API_KEY
34
- it. resValue ' string' , " MAP_API_KEY" , GOOGLE_MAP_API_KEY
35
- it. buildConfigField ' String' , " webClient" , WEB_CLIENT
36
- it. resValue ' string' , " facebookAppID" , FACEBOOK_APPLICATION_ID
37
- it. resValue ' string' , " facebookProtocolScheme" , FACEBOOK_LOGIN_PROTOCOL
32
+ buildTypes. each {
33
+ it. buildConfigField ' String' , " MAP_API_KEY" , GOOGLE_MAP_API_KEY
34
+ it. resValue ' string' , " MAP_API_KEY" , GOOGLE_MAP_API_KEY
35
+ it. buildConfigField ' String' , " webClient" , WEB_CLIENT
36
+ it. resValue ' string' , " facebookAppID" , FACEBOOK_APPLICATION_ID
37
+ it. resValue ' string' , " facebookProtocolScheme" , FACEBOOK_LOGIN_PROTOCOL
38
38
}
39
39
compileOptions {
40
40
sourceCompatibility JavaVersion . VERSION_1_8
@@ -93,15 +93,15 @@ dependencies {
93
93
/**
94
94
* Firebase
95
95
*/
96
- implementation ' com.google.firebase:firebase-core:17.0.1 '
97
- implementation ' com.google.firebase:firebase-auth:18.1 .0'
96
+ implementation ' com.google.firebase:firebase-core:17.2.0 '
97
+ implementation ' com.google.firebase:firebase-auth:19.0 .0'
98
98
implementation ' com.google.android.gms:play-services-auth:17.0.0'
99
- implementation ' com.google.firebase:firebase-analytics:17.0.1 '
99
+ implementation ' com.google.firebase:firebase-analytics:17.2.0 '
100
100
implementation ' com.crashlytics.sdk.android:crashlytics:2.10.1'
101
- implementation ' com.google.android.gms:play-services-location:16 .0.0'
102
- implementation ' com.google.firebase:firebase-firestore:20.2.0 '
101
+ implementation ' com.google.android.gms:play-services-location:17 .0.0'
102
+ implementation ' com.google.firebase:firebase-firestore:21.1.1 '
103
103
implementation ' com.google.firebase:firebase-messaging:20.0.0'
104
- implementation ' com.google.firebase:firebase-storage:19.0.0 '
104
+ implementation ' com.google.firebase:firebase-storage:19.0.1 '
105
105
106
106
/**
107
107
* Auth
@@ -123,7 +123,7 @@ dependencies {
123
123
/**
124
124
* Rich Editor
125
125
*/
126
- implementation ' com.github.irshulx:laser-native-editor:3.0.3 '
126
+ implementation ' com.github.irshulx:laser-native-editor:3.0.4 '
127
127
128
128
/**
129
129
* EventBus
0 commit comments