From 8335eeb6da14e82788672bf090408dae07db35a5 Mon Sep 17 00:00:00 2001 From: Jia Hao Yong Date: Wed, 21 Mar 2018 22:07:59 +0800 Subject: [PATCH] Edit version numers to sync up with RN --- android/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index d8cb1d6..ac9054b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,9 +1,9 @@ apply plugin: 'com.android.library' -def DEFAULT_COMPILE_SDK_VERSION = 26 -def DEFAULT_BUILD_TOOLS_VERSION = "26.0.1" -def DEFAULT_TARGET_SDK_VERSION = 26 -def DEFAULT_GOOGLE_PLAY_SERVICES_VERSION = "18.+" +def DEFAULT_COMPILE_SDK_VERSION = 25 +def DEFAULT_BUILD_TOOLS_VERSION = "25.0.2" +def DEFAULT_TARGET_SDK_VERSION = 25 +def DEFAULT_GOOGLE_PLAY_SERVICES_VERSION = "11.+" android { compileSdkVersion project.hasProperty('compileSdkVersion') ? project.compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION -- 2.26.2