From b7f3fdf5288500c940933ab3d93561d80254c9cb Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Fri, 22 Apr 2016 03:28:50 +0200 Subject: [PATCH] Update android-annotations version --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 25ac152b..c85486a2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ android { buildToolsVersion "23.0.2" dependencies { - compile 'com.android.support:support-annotations:23.1.1' + compile 'com.android.support:support-annotations:23.3.0' } sourceSets {