diff options
author | euxane | 2024-09-18 23:41:13 +0200 |
---|---|---|
committer | euxane | 2024-09-18 23:41:13 +0200 |
commit | 09a608d6a3b0af70dd28a889b2977783b1cf9982 (patch) | |
tree | 5f37b12e27bf779b1d87ff8e9e73d8cdfbaf8fba | |
parent | cf11b992be5f2829188a82a35bbce127ffc336c6 (diff) | |
download | tincapp-09a608d6a3b0af70dd28a889b2977783b1cf9982.tar.gz |
libs: update slf4j 1.7.26 -> 1.7.30
-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 abb3e61..49a5a28 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -94,7 +94,7 @@ dependencies { | |||
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.67' | 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.30' |
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 |
100 | implementation('org.apache.commons:commons-configuration2:2.3') { exclude group: 'commons-logging', module: 'commons-logging' } | 100 | implementation('org.apache.commons:commons-configuration2:2.3') { exclude group: 'commons-logging', module: 'commons-logging' } |