diff options
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index f051759..abb3e61 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -93,7 +93,7 @@ dependencies { | |||
93 | implementation 'androidx.core:core-ktx:1.13.1' | 93 | implementation 'androidx.core:core-ktx:1.13.1' |
94 | implementation 'com.google.android.material:material:1.12.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.67' |
97 | implementation 'org.slf4j:slf4j-api:1.7.26' | 97 | implementation 'org.slf4j:slf4j-api:1.7.26' |
98 | implementation 'com.github.tony19:logback-android:2.0.0' | 98 | implementation 'com.github.tony19:logback-android:2.0.0' |
99 | // commons-configuration2:2.4 requires support for interface default methods, not available on SDK <24 | 99 | // commons-configuration2:2.4 requires support for interface default methods, not available on SDK <24 |