From 8b4144961f56c92db4359f744902933d66bb6747 Mon Sep 17 00:00:00 2001 From: contrudar Date: Fri, 8 Apr 2016 17:42:54 +0300 Subject: [PATCH] update libs --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5991737..8ae787a 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'me.tatarka.retrolambda' android { compileSdkVersion 23 - buildToolsVersion "23.0.2" + buildToolsVersion "23.0.3" compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 @@ -17,6 +17,6 @@ android { } dependencies { - compile 'com.android.support:support-annotations:23.2.0' + compile 'com.android.support:support-annotations:23.3.0' provided 'io.reactivex:rxandroid:1.1.0' }