From caa7d4d33269a24407bb37d425455ea2e8a7b90a Mon Sep 17 00:00:00 2001 From: Alexander Bubnov Date: Thu, 16 Mar 2017 14:22:03 +0300 Subject: [PATCH] update annotations to 25.3.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4f12a5a..6c048aa 100644 --- a/build.gradle +++ b/build.gradle @@ -17,6 +17,6 @@ android { } dependencies { - provided 'com.android.support:support-annotations:25.2.0' + provided 'com.android.support:support-annotations:25.3.0' provided 'io.reactivex:rxandroid:1.2.1' }