From 04e5b01cc74927978c9d15367569052081bd9d99 Mon Sep 17 00:00:00 2001 From: Antonio Guerra Date: Tue, 19 Jul 2022 21:31:48 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8FUpgrade=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index aebc671..bacc9a6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,23 +44,23 @@ android { } dependencies { - implementation 'com.google.android.material:material:1.6.0' + implementation 'com.google.android.material:material:1.6.1' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.preference:preference-ktx:1.2.0' implementation 'androidx.test:core-ktx:1.4.0' - implementation 'androidx.core:core-ktx:1.7.0' + implementation 'androidx.core:core-ktx:1.8.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'com.github.judemanutd:autostarter:1.1.0' implementation('dev.doubledot.doki:library:0.0.1@aar') { transitive = true } testImplementation 'junit:junit:4.13.2' - testImplementation 'org.robolectric:robolectric:4.6.1' + testImplementation 'org.robolectric:robolectric:4.7.3' googleImplementation platform('com.google.firebase:firebase-bom:28.2.1') googleImplementation 'com.google.firebase:firebase-core' googleImplementation 'com.google.firebase:firebase-analytics' googleImplementation 'com.google.firebase:firebase-crashlytics' - googleImplementation 'com.google.android.gms:play-services-location:19.0.1' + googleImplementation 'com.google.android.gms:play-services-location:20.0.0' googleImplementation 'com.google.android.play:core:1.10.3' }