aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2018-04-21 19:41:31 +0200
committerpacien2018-04-21 19:41:31 +0200
commit8bc9a3e8cdc6eee6cdc00bc078955e97b351d93b (patch)
treebb72bfe511b305378558c88b048564cac12fc66e
parentf70e92199865745c1a01ea3a80ab974d7b568a40 (diff)
downloadtincapp-8bc9a3e8cdc6eee6cdc00bc078955e97b351d93b.tar.gz
Update dependency
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index f471d44..db2ab59 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -39,7 +39,7 @@ dependencies {
39 implementation 'com.android.support:design:25.4.0' 39 implementation 'com.android.support:design:25.4.0'
40 implementation 'com.android.support:support-v4:25.4.0' 40 implementation 'com.android.support:support-v4:25.4.0'
41 implementation 'com.android.support:recyclerview-v7:25.4.0' 41 implementation 'com.android.support:recyclerview-v7:25.4.0'
42 implementation 'com.android.support.constraint:constraint-layout:1.0.2' 42 implementation 'com.android.support.constraint:constraint-layout:1.1.0'
43 43
44 implementation('org.apache.commons:commons-configuration2:2.1.1') { 44 implementation('org.apache.commons:commons-configuration2:2.1.1') {
45 exclude group: 'commons-logging', module: 'commons-logging' 45 exclude group: 'commons-logging', module: 'commons-logging'