From 546fe70c1df1b6eac657f6a9f855fede17d12032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mih=C3=A1ly=20Hunyady?= Date: Wed, 9 Jun 2021 13:03:59 +0200 Subject: [PATCH] chore(gradle): update dependencies SUITEDEV-28068 Co-authored-by: davidSchuppa <32750715+davidSchuppa@users.noreply.github.com> Co-authored-by: LasOri <24588073+LasOri@users.noreply.github.com> Co-authored-by: kovacszsoltizsolt <22084766+kovacszsoltizsolt@users.noreply.github.com> --- sample/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sample/build.gradle b/sample/build.gradle index 04811d0d..7bf39f47 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -90,15 +90,15 @@ dependencies { // Getting a "Could not find firebase-core" error? Make sure you have // the latest Google Repository in the Android SDK manager - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32" - implementation "org.jetbrains.kotlin:kotlin-reflect:1.4.32" + implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.10" + implementation "org.jetbrains.kotlin:kotlin-reflect:1.5.10" implementation 'com.google.android.material:material:1.3.0' implementation 'com.android.support:cardview-v7:28.0.0' implementation 'com.google.android.gms:play-services-auth:19.0.0' - implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'androidx.core:core-ktx:1.3.2' + implementation 'androidx.appcompat:appcompat:1.3.0' + implementation 'androidx.core:core-ktx:1.5.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.navigation:navigation-ui-ktx:2.3.5' implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'