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}"