Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions android/build.gradle
Original file line numberDiff line numberDiff line change
Expand Up@@ -38,10 +38,6 @@ def findReactNativePackageJson() {

return null
}
}

return null
}

def getReactNativeVersion() {
File packageJson = findReactNativePackageJson()
Expand Down
13 changes: 10 additions & 3 deletions package.json
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
{
"name": "@srcpush/react-native-code-push",
"version": "1.1.4",
"version": "1.1.5",
"description": "React Native plugin for the CodePush service",
"main": "CodePush.js",
"typings": "typings/react-native-code-push.d.ts",
"homepage": "https://srcpush.com/",
"homepage": "https://docs.srcpush.com",
"keywords": [
"react-native",
"react",
"rn",
"code",
"srcpush",
"ota",
"push"
"push",
"update",
"mobile",
"app",
"deployment",
"release"
],
"author": "Source Push",
"license": "MIT",
Expand Down
Loading
Loading