From d1e42d4e12a76216666159c3cc5b58d212f28ad4 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 10 Oct 2016 22:59:00 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/android-building-from-source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/next/docs/android-building-from-source.html b/releases/next/docs/android-building-from-source.html index a1ad0c7311d..7cda20f6f30 100644 --- a/releases/next/docs/android-building-from-source.html +++ b/releases/next/docs/android-building-from-source.html @@ -13,7 +13,7 @@ include ':ReactAndroid' project(':ReactAndroid').projectDir = new File( rootProject.projectDir, '../node_modules/react-native/ReactAndroid') -...

Modify your android/app/build.gradle to use the :ReactAndroid project instead of the pre-compiled library, e.g. - replace compile 'com.facebook.react:react-native:0.16.+' with compile project(':ReactAndroid'):

... +...

Modify your android/app/build.gradle to use the :ReactAndroid project instead of the pre-compiled library, e.g. - replace compile 'com.facebook.react:react-native:+' with compile project(':ReactAndroid'):

... dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:23.0.1'