From cc0f3c4f23144c0b7cb6add36a4e75329815bf0e Mon Sep 17 00:00:00 2001 From: Kesha Antonov Date: Mon, 16 Oct 2017 00:16:05 +0300 Subject: [PATCH] upd build tools (#239) * upd build tools * Update build.gradle --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index e012d9c..5fbca77 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -11,8 +11,8 @@ buildscript { apply plugin: 'com.android.library' android { - compileSdkVersion 23 - buildToolsVersion "23.0.3" + compileSdkVersion 25 + buildToolsVersion "25.0.3" defaultConfig { minSdkVersion 16