From 7ee11eff189eb999c5ecf8f726113df63d783739 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 29 May 2017 17:53:50 +0200 Subject: Fix lint issues --- remoteExample/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'remoteExample') diff --git a/remoteExample/build.gradle b/remoteExample/build.gradle index 1963254e..31fe7c96 100644 --- a/remoteExample/build.gradle +++ b/remoteExample/build.gradle @@ -6,8 +6,8 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 23 - buildToolsVersion '25.0.2' + compileSdkVersion 25 + buildToolsVersion '25.0.3' defaultConfig { minSdkVersion 15 -- cgit v1.2.3