diff --git a/app/build.gradle b/app/build.gradle index 364666a..f20f8fc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,9 +41,9 @@ dependencies { testImplementation 'junit:junit:4.13' testImplementation 'org.robolectric:robolectric:4.1' googleImplementation 'com.google.firebase:firebase-core:17.5.0' - googleImplementation 'com.crashlytics.sdk.android:crashlytics:2.10.1' + googleImplementation 'com.google.firebase:firebase-crashlytics-gradle:2.3.0' googleImplementation 'com.google.firebase:firebase-analytics:17.5.0' - googleImplementation 'com.google.android.gms:play-services-location:17.0.0' + googleImplementation 'com.google.android.gms:play-services-location:17.1.0' } if (getGradle().getStartParameter().getTaskRequests().toString().contains('Google')) {