From 4e1360fdbd9e7f665b719c178327105e7b7b5c8f Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 23 May 2018 13:35:02 +0000 Subject: [PATCH] Deploy website Deploy website version based on 99ec9f043d7b0bec488de543ad7e4a1dccc1aef7 --- docs/next/building-from-source.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/next/building-from-source.html b/docs/next/building-from-source.html index 1862ede3269..9353eb12488 100644 --- a/docs/next/building-from-source.html +++ b/docs/next/building-from-source.html @@ -18,9 +18,9 @@

Assuming you have the Android SDK installed, run android to open the Android SDK Manager.

Make sure you have the following installed:

    -
  1. Android SDK version 23 (compileSdkVersion in build.gradle)
  2. -
  3. SDK build tools version 23.0.1 (buildToolsVersion in build.gradle)
  4. -
  5. Android Support Repository >= 17 (for Android Support Library)
  6. +
  7. Android SDK version 26 (compileSdkVersion in build.gradle)
  8. +
  9. SDK build tools version 26.0.3 (buildToolsVersion in build.gradle)
  10. +
  11. Android Support Repository >= 26 (for Android Support Library)
  12. Android NDK (download links and installation instructions below)

Point Gradle to your Android SDK:

@@ -79,7 +79,7 @@ ndk.dir=/Users/your_unix_name/android-ndk/an
...
 dependencies {
     compile fileTree(dir: 'libs', include: ['*.jar'])
-    compile 'com.android.support:appcompat-v7:23.0.1'
+    compile 'com.android.support:appcompat-v7:26.0.2'
 
     compile project(':ReactAndroid')