From 339709367c87714682138fa1f920fcc57775fbba Mon Sep 17 00:00:00 2001 From: euxane Date: Wed, 18 Sep 2024 23:41:13 +0200 Subject: project/libs: update dependencies --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index da1ef2b..cf762e6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,9 +89,9 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.7.0' - implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0' - implementation 'androidx.core:core:1.1.0' - implementation 'com.google.android.material:material:1.0.0' + implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' + implementation 'androidx.core:core-ktx:1.13.1' + implementation 'com.google.android.material:material:1.12.0' implementation 'com.journeyapps:zxing-android-embedded:3.6.0' implementation 'org.bouncycastle:bcpkix-jdk15on:1.61' implementation 'org.slf4j:slf4j-api:1.7.26' -- cgit v1.2.3