mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-15 02:19:12 +08:00
Remove accidental placement of note in code block in Readme
This commit is contained in:
@@ -593,8 +593,7 @@ To set this up, perform the following steps:
|
||||
new CodePush(BuildConfig.CODEPUSH_KEY, this, BuildConfig.DEBUG);
|
||||
```
|
||||
|
||||
|
||||
*Note: If you gave your build setting a different name in your Gradle file, simply make sure to reflect that in your Java code.*
|
||||
*Note: If you gave your build setting a different name in your Gradle file, simply make sure to reflect that in your Java code.*
|
||||
|
||||
And that's it! Now when you run or build your app, your debug builds will automatically be configured to sync with your `Staging` deployment, and your release builds will be configured to sync with your `Production` deployment.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user