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 a9e6d12..d2b4546 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -39,7 +39,7 @@ dependencies { | |||
39 | implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.5.5' | 39 | implementation 'net.sourceforge.streamsupport:streamsupport-cfuture:1.5.5' |
40 | implementation 'com.android.support:design:25.4.0' | 40 | implementation 'com.android.support:design:25.4.0' |
41 | implementation 'com.google.zxing:android-integration:3.3.0' | 41 | implementation 'com.google.zxing:android-integration:3.3.0' |
42 | implementation 'org.bouncycastle:bcpkix-jdk15on:1.57' | 42 | implementation 'org.bouncycastle:bcpkix-jdk15on:1.59' |
43 | implementation 'org.slf4j:slf4j-api:1.7.25' | 43 | implementation 'org.slf4j:slf4j-api:1.7.25' |
44 | implementation 'com.github.tony19:logback-android:1.1.1-9' | 44 | implementation 'com.github.tony19:logback-android:1.1.1-9' |
45 | implementation('org.apache.commons:commons-configuration2:2.1.1') { exclude group: 'commons-logging', module: 'commons-logging' } | 45 | implementation('org.apache.commons:commons-configuration2:2.1.1') { exclude group: 'commons-logging', module: 'commons-logging' } |