diff options
author | pacien | 2018-04-21 19:41:31 +0200 |
---|---|---|
committer | pacien | 2018-04-21 19:41:31 +0200 |
commit | 8bc9a3e8cdc6eee6cdc00bc078955e97b351d93b (patch) | |
tree | bb72bfe511b305378558c88b048564cac12fc66e /app | |
parent | f70e92199865745c1a01ea3a80ab974d7b568a40 (diff) | |
download | tincapp-8bc9a3e8cdc6eee6cdc00bc078955e97b351d93b.tar.gz |
Update dependency
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 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' |