cordova-plugin-app-review
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "cordova-plugin-app-review", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Cordova plugin to review app", | ||
@@ -34,5 +34,5 @@ "cordova": { | ||
"scripts": { | ||
"version": "replace -s 'version=\"(.+)(?=\">)' 'version=\"'$npm_package_version plugin.xml && git add plugin.xml", | ||
"version": "perl -p -i -e 's/(version=)\"\\d+\\.\\d+\\.\\d+\"/$1\"'$npm_package_version'\"$2/' plugin.xml && git add plugin.xml", | ||
"postversion": "git push && git push --tags" | ||
} | ||
} |
@@ -31,4 +31,6 @@ # cordova-plugin-app-review | ||
Use variable `ANDROID_PLAY_CORE_VERSION` to override dependency version on Android. | ||
Use variable `ANDROID_PLAY_CORE_VERSION` to override dependency version on Android: | ||
$ cordova plugin add cordova-plugin-app-review --variable ANDROID_PLAY_CORE_VERSION='1.8.+' | ||
## Methods | ||
@@ -35,0 +37,0 @@ Most of time you can just use a boilerplate below to trigger the inapp review dialog and fallback to app/play store screen when the dialog wasn't displayed: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12358
74