From 4180f9cd6cb308cb99fea8cc3f22b6db035112fe Mon Sep 17 00:00:00 2001 From: Ray Vafa Date: Tue, 28 Feb 2017 12:48:43 +1100 Subject: [PATCH] Update Android SDK to 25.0.2 (#725) --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 4026100..c24788c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -1,8 +1,8 @@ apply plugin: "com.android.library" android { - compileSdkVersion 23 - buildToolsVersion "23.0.3" + compileSdkVersion 25 + buildToolsVersion "25.0.2" defaultConfig { minSdkVersion 16