From 6763a898c5424eda0303fffab1bca51beabe6f37 Mon Sep 17 00:00:00 2001 From: Jason He Date: Sat, 30 Apr 2016 00:21:28 -0700 Subject: [PATCH] update annotation lib --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index b16a3fbc..779ac7aa 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -30,7 +30,7 @@ task jar(type: Jar) { } dependencies { - compile 'com.android.support:support-annotations:23.1.1' + compile 'com.android.support:support-annotations:23.3.0' } apply from: 'pexlabs-repo-push.gradle'