From 591bf4f4226b6546bac160525ed8eb864e563e63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 7 Sep 2018 15:08:55 +0000 Subject: [PATCH] Bump annotations from 15.0 to 16.0.2 Bumps [annotations](https://github.com/JetBrains/java-annotations) from 15.0 to 16.0.2. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Commits](https://github.com/JetBrains/java-annotations/commits) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8271d8f3e7..0f35208995 100644 --- a/build.gradle +++ b/build.gradle @@ -260,7 +260,7 @@ dependencies { androidTestImplementation 'com.android.support.test.uiautomator:uiautomator-v18:2.1.3' // fix conflict in dependencies; see http://g.co/androidstudio/app-test-app-conflict for details //androidTestImplementation "com.android.support:support-annotations:${supportLibraryVersion}" - implementation 'org.jetbrains:annotations:15.0' + implementation 'org.jetbrains:annotations:16.0.2' androidTestImplementation 'tools.fastlane:screengrab:1.2.0'