diff options
author | euxane | 2024-09-18 23:41:13 +0200 |
---|---|---|
committer | euxane | 2024-09-18 23:41:13 +0200 |
commit | cf11b992be5f2829188a82a35bbce127ffc336c6 (patch) | |
tree | 10dbeda893839ceca1aaef895fa87a6d67c27b84 /app/build.gradle | |
parent | dd16a94134e65ab7fb9d4a7868c8d3f944cdc7b5 (diff) | |
download | tincapp-cf11b992be5f2829188a82a35bbce127ffc336c6.tar.gz |
libs: update bouncycastle 1.61 -> 1.67
Diffstat (limited to 'app/build.gradle')
-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 |