From 9cd57f54b53b22f66fc561c55c7d5189ce02bc0e Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Sun, 17 Jan 2016 21:55:36 -0800 Subject: [PATCH] Updating Java example to set debug mode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c57d139..5d49968 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ After installing the plugin and syncing your Android Studio project with Gradle, protected void onCreate(Bundle savedInstanceState) { ... // 3. Initialize CodePush with your deployment key and an instance of your MainActivity. - CodePush codePush = new CodePush("d73bf5d8-4fbd-4e55-a837-accd328a21ba", this); + CodePush codePush = new CodePush("d73bf5d8-4fbd-4e55-a837-accd328a21ba", this, BuildConfig.DEBUG); ... mReactInstanceManager = ReactInstanceManager.builder() .setApplication(getApplication())