From 02651129e1fbad0a87f25b8aeaf7bb9eed121b22 Mon Sep 17 00:00:00 2001 From: amoghbanta Date: Sat, 4 Feb 2017 23:35:06 +0530 Subject: [PATCH] target latest android SDK --- android/app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index deef0d5..04835a7 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -83,13 +83,13 @@ def enableSeparateBuildPerCPUArchitecture = false def enableProguardInReleaseBuilds = false android { - compileSdkVersion 23 - buildToolsVersion "23.0.1" + compileSdkVersion 25 + buildToolsVersion "25.0.2" defaultConfig { applicationId "com.reactnativeeverywhere" minSdkVersion 16 - targetSdkVersion 22 + targetSdkVersion 25 versionCode 1 versionName "1.0" ndk { @@ -127,7 +127,7 @@ android { dependencies { compile fileTree(dir: "libs", include: ["*.jar"]) - compile "com.android.support:appcompat-v7:23.0.1" + compile "com.android.support:appcompat-v7:25.1.1" compile "com.facebook.react:react-native:+" // From node_modules }