From e4a8d6146b6fab086c8dcda0982f82d588aca3f3 Mon Sep 17 00:00:00 2001 From: Geoffrey Goh Date: Wed, 22 Jun 2016 11:22:37 -0700 Subject: [PATCH] update react.gradle location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9146c08..b66f6e8 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ In order to accommodate as many developer preferences as possible, the CodePush ```gradle ... - apply from: "react.gradle" + apply from: "../../node_modules/react-native/react.gradle" apply from: "../../node_modules/react-native-code-push/android/codepush.gradle" ... ```