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

Commit fda5175

Browse files
authored
Fix formatting of previous amendment to Readme
1 parent c232b00 commit fda5175

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -583,15 +583,15 @@ To set this up, perform the following steps:
583583

584584
**For React Native >= v0.29**
585585

586-
```java
587-
new CodePush(BuildConfig.CODEPUSH_KEY, MainApplication.this, BuildConfig.DEBUG);
588-
```
589-
586+
```java
587+
new CodePush(BuildConfig.CODEPUSH_KEY, MainApplication.this, BuildConfig.DEBUG);
588+
```
589+
590590
**For React Native v0.19 - v0.28**
591591

592-
```java
593-
new CodePush(BuildConfig.CODEPUSH_KEY, this, BuildConfig.DEBUG);
594-
```
592+
```java
593+
new CodePush(BuildConfig.CODEPUSH_KEY, this, BuildConfig.DEBUG);
594+
```
595595

596596

597597
*Note: If you gave your build setting a different name in your Gradle file, simply make sure to reflect that in your Java code.*

0 commit comments

Comments
 (0)