From 64947466134bedf47b487cbcf2cfc0b1016c8d98 Mon Sep 17 00:00:00 2001 From: Eric Jing Cai Date: Wed, 14 Oct 2015 10:44:14 -0400 Subject: [PATCH] Update README.md --- ReactAndroid/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactAndroid/README.md b/ReactAndroid/README.md index 60ce2001d..222cd3f2b 100644 --- a/ReactAndroid/README.md +++ b/ReactAndroid/README.md @@ -14,7 +14,7 @@ Make sure you have the following installed: - Android SDK version 23 (compileSdkVersion in [`build.gradle`](build.gradle)) - SDK build tools version 23.0.1 (buildToolsVersion in [`build.gradle`](build.gradle)) -- Android Support Repository 20 (for Android Support Library) +- Android Support Repository >= 17 (for Android Support Library) - Android NDK (download & extraction instructions [here](http://developer.android.com/ndk/downloads/index.html)) Point Gradle to your Android SDK: either have `$ANDROID_SDK` and `$ANDROID_NDK` defined, or create a `local.properties` file in the root of your `react-native` checkout with the following contents: