From bf3dee565be649263f10965e9780394875f1fc7f Mon Sep 17 00:00:00 2001 From: jacques Date: Wed, 6 Jul 2022 11:28:07 +0200 Subject: [PATCH] Update dependencies, see PR #14 --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e52ea40..f1e663a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -116,12 +116,12 @@ dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') testImplementation 'junit:junit:4.13.2' - implementation 'androidx.appcompat:appcompat:1.4.1' + implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'androidx.recyclerview:recyclerview:1.2.1' - implementation 'com.google.android.material:material:1.5.0' + implementation 'com.google.android.material:material:1.6.1' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.journeyapps:zxing-android-embedded:4.3.0' - implementation 'androidx.core:core:1.7.0' + implementation 'androidx.core:core:1.8.0' - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.2.0' } \ No newline at end of file