@revopush/react-native-code-push 2.5.0-rc.0 → 2.5.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -52,10 +52,11 @@ dependencies {
52
52
  implementation 'com.facebook.react:react-android:0.79.6'
53
53
  // end of local dev only
54
54
  } else {
55
- implementation fileTree(dir: "libs", include: ["*.aar", "*.jar"])
56
55
  // For < 0.71, this will be from the local maven repo
57
56
  // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
58
57
  //noinspection GradleDynamicVersion
58
+
59
+ implementation "org.revopush:revopush-diff:0.0.1"
59
60
  implementation "com.facebook.react:react-native:+"
60
61
  }
61
62
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revopush/react-native-code-push",
3
- "version": "2.5.0-rc.0",
3
+ "version": "2.5.0-rc.1",
4
4
  "description": "React Native plugin for the CodePush service",
5
5
  "main": "CodePush.js",
6
6
  "typings": "typings/react-native-code-push.d.ts",