From 3efc7d1ecb30dd3b2327b2dcaf875a3e17a876f5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Tue, 4 Jun 2019 23:04:45 +0200 Subject: [PATCH] Bump constraint-layout from 1.0.2 to 1.1.3 (#1315) Bumps constraint-layout from 1.0.2 to 1.1.3. Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f02f00ca..bbdb95bb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ dependencies { implementation 'com.google.guava:guava:23.6-android' implementation 'com.annimon:stream:1.1.9' implementation 'com.android.volley:volley:1.1.1' - implementation 'com.android.support.constraint:constraint-layout:1.0.2' + implementation 'com.android.support.constraint:constraint-layout:1.1.3' implementation 'com.google.dagger:dagger:2.14.1' annotationProcessor "com.google.dagger:dagger-compiler:2.14.1" androidTestImplementation 'com.android.support.test:rules:1.0.2'