From 9cbe053e79a089ca966efa18b9fd638957f6fd44 Mon Sep 17 00:00:00 2001 From: arkon Date: Fri, 14 May 2021 09:08:58 -0400 Subject: [PATCH] Update dependencies --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 21baf7499e..e1cb74f651 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -125,7 +125,7 @@ dependencies { implementation("androidx.biometric:biometric-ktx:1.2.0-alpha03") implementation("androidx.browser:browser:1.3.0") implementation("androidx.cardview:cardview:1.0.0") - implementation("androidx.constraintlayout:constraintlayout:2.1.0-beta01") + implementation("androidx.constraintlayout:constraintlayout:2.1.0-beta02") implementation("androidx.coordinatorlayout:coordinatorlayout:1.1.0") implementation("androidx.core:core-ktx:1.3.2") implementation("androidx.multidex:multidex:2.0.1") @@ -144,7 +144,7 @@ dependencies { // UI library implementation("com.google.android.material:material:1.3.0") - "standardImplementation"("com.google.firebase:firebase-core:18.0.3") + "standardImplementation"("com.google.firebase:firebase-core:19.0.0") // ReactiveX implementation("io.reactivex:rxandroid:1.2.1")