Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 9cd57f5

Browse files
committed
Updating Java example to set debug mode
1 parent bc8d8ad commit 9cd57f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ After installing the plugin and syncing your Android Studio project with Gradle,
163163
protected void onCreate(Bundle savedInstanceState) {
164164
...
165165
// 3. Initialize CodePush with your deployment key and an instance of your MainActivity.
166-
CodePush codePush = new CodePush("d73bf5d8-4fbd-4e55-a837-accd328a21ba", this);
166+
CodePush codePush = new CodePush("d73bf5d8-4fbd-4e55-a837-accd328a21ba", this, BuildConfig.DEBUG);
167167
...
168168
mReactInstanceManager = ReactInstanceManager.builder()
169169
.setApplication(getApplication())

0 commit comments

Comments
 (0)