From 8bc9a3e8cdc6eee6cdc00bc078955e97b351d93b Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 21 Apr 2018 19:41:31 +0200 Subject: Update dependency --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { implementation 'com.android.support:design:25.4.0' implementation 'com.android.support:support-v4:25.4.0' implementation 'com.android.support:recyclerview-v7:25.4.0' - implementation 'com.android.support.constraint:constraint-layout:1.0.2' + implementation 'com.android.support.constraint:constraint-layout:1.1.0' implementation('org.apache.commons:commons-configuration2:2.1.1') { exclude group: 'commons-logging', module: 'commons-logging' -- cgit v1.2.3