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

Commit 5a59ae2

Browse files
committed
add docs and bump version
1 parent eb827d6 commit 5a59ae2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,16 @@ In order to integrate CodePush into your Android project, perform the following
151151
...
152152
compile project(':react-native-code-push')
153153
}
154-
```
154+
```
155+
3. (Only needed in v1.7.4+ of the plugin) In your `android/app/build.gradle` file, add the `codepush.gradle` file as an additional build task definition underneath `react.gradle`:
155156
157+
```gradle
158+
...
159+
apply from: "react.gradle"
160+
apply from: "../../node_modules/react-native-code-push/android/codepush.gradle"
161+
...
162+
```
163+
156164
### Plugin Configuration (Android - React Native < v0.18.0)
157165
158166
*NOTE: These instructions are specific to apps that are using React Native v0.15.0-v0.17.0. If you are using v0.18.0+, then skip ahead to the next section.*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-code-push",
3-
"version": "1.7.3-beta",
3+
"version": "1.7.4-beta",
44
"description": "React Native plugin for the CodePush service",
55
"main": "CodePush.js",
66
"homepage": "https://microsoft.github.io/code-push",

0 commit comments

Comments
 (0)