diff options
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle index 92ff42c..6f5180f 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -80,11 +80,11 @@ dependencies { | |||
80 | implementation "com.android.support:support-compat:27.1.1" | 80 | implementation "com.android.support:support-compat:27.1.1" |
81 | implementation 'com.android.support:design:27.1.1' | 81 | implementation 'com.android.support:design:27.1.1' |
82 | implementation 'com.journeyapps:zxing-android-embedded:3.6.0' | 82 | implementation 'com.journeyapps:zxing-android-embedded:3.6.0' |
83 | implementation 'org.bouncycastle:bcpkix-jdk15on:1.59' | 83 | implementation 'org.bouncycastle:bcpkix-jdk15on:1.60' |
84 | implementation 'org.slf4j:slf4j-api:1.7.25' | 84 | implementation 'org.slf4j:slf4j-api:1.7.25' |
85 | //noinspection GradleDependency: inspection tool bug for logback-android | 85 | implementation 'com.github.tony19:logback-android:1.3.0-2' |
86 | implementation 'com.github.tony19:logback-android:1.1.1-12' | 86 | // commons-configuration2:2.4 requires support for interface default methods, not available on SDK <24 |
87 | implementation('org.apache.commons:commons-configuration2:2.2') { exclude group: 'commons-logging', module: 'commons-logging' } | 87 | implementation('org.apache.commons:commons-configuration2:2.3') { exclude group: 'commons-logging', module: 'commons-logging' } |
88 | implementation('commons-beanutils:commons-beanutils:1.9.3') { exclude group: 'commons-logging', module: 'commons-logging' } | 88 | implementation('commons-beanutils:commons-beanutils:1.9.3') { exclude group: 'commons-logging', module: 'commons-logging' } |
89 | implementation('commons-io:commons-io:2.6') { exclude group: 'commons-logging', module: 'commons-logging' } | 89 | implementation('commons-io:commons-io:2.6') { exclude group: 'commons-logging', module: 'commons-logging' } |
90 | } | 90 | } |