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:
build.gradle)build.gradle)build.gradle)build.gradle)...
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')