From 9e860f1f86fb72faa93f2d67cb13f7e7c3150d2e Mon Sep 17 00:00:00 2001 From: geoffroy Date: Sun, 17 Jun 2018 23:12:16 +0200 Subject: [PATCH] Update dependency --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 81e08ac..f00a7e4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,7 +30,7 @@ dependencies { implementation 'com.android.support:customtabs:27.1.1' implementation 'com.google.android.gms:play-services-ads:15.0.1' implementation 'net.danlew:android.joda:2.9.7' - implementation 'com.android.support.constraint:constraint-layout:1.1.0' + implementation 'com.android.support.constraint:constraint-layout:1.1.2' testImplementation 'junit:junit:4.12' def appCenterSdkVersion = '1.5.1' implementation "com.microsoft.appcenter:appcenter-analytics:${appCenterSdkVersion}"