diff options
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 cf762e6..f051759 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -99,7 +99,7 @@ dependencies { | |||
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' } |
101 | implementation('commons-beanutils:commons-beanutils:1.9.3') { exclude group: 'commons-logging', module: 'commons-logging' } | 101 | implementation('commons-beanutils:commons-beanutils:1.9.3') { exclude group: 'commons-logging', module: 'commons-logging' } |
102 | implementation('commons-io:commons-io:2.6') { exclude group: 'commons-logging', module: 'commons-logging' } | 102 | implementation('commons-io:commons-io:2.13.0') { exclude group: 'commons-logging', module: 'commons-logging' } |
103 | } | 103 | } |
104 | 104 | ||
105 | repositories { | 105 | repositories { |