diff options
author | pacien | 2018-06-23 14:22:43 +0200 |
---|---|---|
committer | pacien | 2018-06-23 14:22:43 +0200 |
commit | adb5ad28cab93886e00a2bb7fc34a523f3cf6ad6 (patch) | |
tree | d9b96fae4675c940de78d99bc7391c400aaf727c /app | |
parent | bda9740b3c6ca08d2b699bfdd7ed01d42c173782 (diff) | |
download | tincapp-adb5ad28cab93886e00a2bb7fc34a523f3cf6ad6.tar.gz |
Update configuration parsing lib
Diffstat (limited to 'app')
-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 5d53324..c22f0e3 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -43,7 +43,7 @@ dependencies { | |||
43 | implementation 'org.slf4j:slf4j-api:1.7.25' | 43 | implementation 'org.slf4j:slf4j-api:1.7.25' |
44 | //noinspection GradleDependency: inspection tool bug for logback-android | 44 | //noinspection GradleDependency: inspection tool bug for logback-android |
45 | implementation 'com.github.tony19:logback-android:1.1.1-12' | 45 | implementation 'com.github.tony19:logback-android:1.1.1-12' |
46 | implementation('org.apache.commons:commons-configuration2:2.1.1') { exclude group: 'commons-logging', module: 'commons-logging' } | 46 | implementation('org.apache.commons:commons-configuration2:2.2') { exclude group: 'commons-logging', module: 'commons-logging' } |
47 | implementation('commons-beanutils:commons-beanutils:1.9.3') { exclude group: 'commons-logging', module: 'commons-logging' } | 47 | implementation('commons-beanutils:commons-beanutils:1.9.3') { exclude group: 'commons-logging', module: 'commons-logging' } |
48 | } | 48 | } |
49 | 49 | ||