From 553dd69f991ba1ccb3f6719884b97b26030730d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 17 Sep 2018 07:16:13 +0000 Subject: [PATCH] Bump support-annotations from 27.0.2 to 27.1.1 Bumps support-annotations from 27.0.2 to 27.1.1. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 14d1e45..f373ecf 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ ext { targetSdkVersion = 26 dependencies = [ - 'support-annotations': 'com.android.support:support-annotations:27.0.2', + 'support-annotations': 'com.android.support:support-annotations:27.1.1', 'constraint-layout': 'com.android.support.constraint:constraint-layout:1.0.2', 'androidthings': 'com.google.android.things:androidthings:0.6.1-devpreview', 'junitVintage': 'junit:junit:4.12',