@@ -170,18 +170,18 @@ dependencies {
170
170
171
171
// support libraries
172
172
implementation ' androidx.multidex:multidex:2.0.1'
173
- implementation ' androidx.appcompat:appcompat:1.1 .0'
174
- implementation ' com.google.android.material:material:1.1.0 '
173
+ implementation ' androidx.appcompat:appcompat:1.2 .0'
174
+ implementation ' com.google.android.material:material:1.2.1 '
175
175
implementation ' androidx.gridlayout:gridlayout:1.0.0'
176
176
implementation ' androidx.exifinterface:exifinterface:1.2.0'
177
177
implementation ' androidx.recyclerview:recyclerview:1.1.0'
178
- implementation ' androidx.recyclerview:recyclerview-selection:1.1.0-rc01 '
178
+ implementation ' androidx.recyclerview:recyclerview-selection:1.1.0-rc02 '
179
179
implementation ' androidx.dynamicanimation:dynamicanimation:1.0.0'
180
180
// these are actually to override an emoji dependency
181
181
implementation ' androidx.cardview:cardview:1.0.0'
182
182
implementation ' androidx.vectordrawable:vectordrawable-animated:1.1.0'
183
183
implementation ' androidx.legacy:legacy-support-v13:1.0.0'
184
- implementation " androidx.core:core-ktx:1.3.0 "
184
+ implementation " androidx.core:core-ktx:1.3.1 "
185
185
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion "
186
186
187
187
// network/protocol libraries
@@ -232,7 +232,7 @@ dependencies {
232
232
implementation ' com.getkeepsafe.taptargetview:taptargetview:1.13.0'
233
233
234
234
// other libraries
235
- implementation ' com.googlecode.libphonenumber:libphonenumber:8.12.6 '
235
+ implementation ' com.googlecode.libphonenumber:libphonenumber:8.12.9 '
236
236
// TODO version 3.4 requires API level 24 (Java 8)
237
237
implementation ' com.google.zxing:core:3.3.3'
238
238
implementation ' me.dm7.barcodescanner:zxing:1.9.8'
@@ -248,26 +248,26 @@ dependencies {
248
248
googleplayImplementation " com.github.kontalk.AnyMaps:anymaps-google:$anyMapsVersion "
249
249
250
250
// Google Play Services
251
- googleplayImplementation " com.google.android.gms:play-services-base:17.3 .0"
251
+ googleplayImplementation " com.google.android.gms:play-services-base:17.4 .0"
252
252
googleplayImplementation " com.google.android.gms:play-services-maps:17.0.0"
253
253
googleplayImplementation " com.google.android.gms:play-services-location:17.0.0"
254
- googleplayImplementation ' com.google.firebase:firebase-core:17.4.3 '
255
- googleplayImplementation ' com.google.firebase:firebase-messaging:20.2.1 '
254
+ googleplayImplementation ' com.google.firebase:firebase-core:17.5.0 '
255
+ googleplayImplementation ' com.google.firebase:firebase-messaging:20.2.4 '
256
256
googleplayImplementation(' com.crashlytics.sdk.android:crashlytics:2.10.1@aar' ) {
257
257
transitive = true
258
258
}
259
259
260
260
// test dependencies
261
261
testImplementation ' junit:junit:4.13'
262
262
androidTestImplementation ' com.android.support:multidex-instrumentation:1.0.3'
263
- androidTestImplementation ' androidx.test:core:1.2 .0'
264
- androidTestImplementation ' androidx.test:runner:1.2 .0'
265
- androidTestImplementation ' androidx.test:rules:1.2 .0'
266
- androidTestImplementation ' androidx.test.ext:junit:1.1.1 '
263
+ androidTestImplementation ' androidx.test:core:1.3 .0'
264
+ androidTestImplementation ' androidx.test:runner:1.3 .0'
265
+ androidTestImplementation ' androidx.test:rules:1.3 .0'
266
+ androidTestImplementation ' androidx.test.ext:junit:1.1.2 '
267
267
androidTestImplementation ' androidx.annotation:annotation:1.1.0'
268
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.2 .0'
269
- androidTestImplementation ' androidx.test.espresso:espresso-intents:3.2 .0'
270
- androidTestImplementation ' androidx.test:monitor:1.2 .0'
268
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.3 .0'
269
+ androidTestImplementation ' androidx.test.espresso:espresso-intents:3.3 .0'
270
+ androidTestImplementation ' androidx.test:monitor:1.3 .0'
271
271
androidTestImplementation ' com.jayway.android.robotium:robotium-solo:5.6.3'
272
272
}
273
273
0 commit comments