diff --git a/app/build.gradle b/app/build.gradle index 295f461ec..ba379e644 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -144,7 +144,7 @@ dependencies { implementation 'com.github.rey5137:material:1.2.5' implementation 'com.nononsenseapps:filepicker:4.2.1' implementation 'com.google.android.material:material:1.0.0' - implementation 'androidx.annotation:annotation:1.0.1' + implementation 'androidx.annotation:annotation:1.0.2' implementation 'androidx.legacy:legacy-support-v13:1.0.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha3' @@ -172,7 +172,7 @@ dependencies { exclude group: 'com.google.guava', module: 'listenablefuture' } - googleplayImplementation 'com.crashlytics.sdk.android:crashlytics:2.9.8' + googleplayImplementation 'com.crashlytics.sdk.android:crashlytics:2.9.9' googleplayImplementation "com.google.firebase:firebase-core:16.0.7" googleplayImplementation "com.google.android.gms:play-services-location:16.0.0" googleplayImplementation "com.google.android.gms:play-services-auth:16.0.1" @@ -187,7 +187,7 @@ dependencies { androidTestImplementation 'androidx.test:runner:1.1.1' androidTestImplementation 'androidx.test:rules:1.1.1' androidTestImplementation 'androidx.test.ext:junit:1.1.0' - androidTestImplementation 'androidx.annotation:annotation:1.0.1' + androidTestImplementation 'androidx.annotation:annotation:1.0.2' } apply plugin: 'com.google.gms.google-services'