diff options
author | euxane | 2024-09-18 23:41:13 +0200 |
---|---|---|
committer | euxane | 2024-09-18 23:41:13 +0200 |
commit | 339709367c87714682138fa1f920fcc57775fbba (patch) | |
tree | 9c8c72d54314684d1b7c2d7c8be42041c9098ed7 | |
parent | 36879215b40125d7ec02da7a8cfcfc85877fcd5b (diff) | |
download | tincapp-339709367c87714682138fa1f920fcc57775fbba.tar.gz |
project/libs: update dependencies
-rw-r--r-- | app/build.gradle | 6 |
1 files 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 { | |||
89 | 89 | ||
90 | implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" | 90 | implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" |
91 | implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.7.0' | 91 | implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.7.0' |
92 | implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0' | 92 | implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' |
93 | implementation 'androidx.core:core:1.1.0' | 93 | implementation 'androidx.core:core-ktx:1.13.1' |
94 | implementation 'com.google.android.material:material:1.0.0' | 94 | implementation 'com.google.android.material:material:1.12.0' |
95 | implementation 'com.journeyapps:zxing-android-embedded:3.6.0' | 95 | implementation 'com.journeyapps:zxing-android-embedded:3.6.0' |
96 | implementation 'org.bouncycastle:bcpkix-jdk15on:1.61' | 96 | implementation 'org.bouncycastle:bcpkix-jdk15on:1.61' |
97 | implementation 'org.slf4j:slf4j-api:1.7.26' | 97 | implementation 'org.slf4j:slf4j-api:1.7.26' |