cordova-plugin-apprate
Advanced tools
Comparing version 1.7.3 to 1.8.0
@@ -6,2 +6,5 @@ # Changelog | ||
- v1.8.0 | ||
- [PR #334](https://github.com/pushandplay/cordova-plugin-apprate/pull/334) - Migration from the Play Core Java | ||
- v1.7.3 | ||
@@ -8,0 +11,0 @@ - [PR #315](https://github.com/pushandplay/cordova-plugin-apprate/pull/315) - Fix error in IOS 17 "Call must be made on main thread" in launchAppStore method |
{ | ||
"name": "cordova-plugin-apprate", | ||
"version": "1.7.3", | ||
"version": "1.8.0", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -66,5 +66,5 @@ # Cordova-Plugin-Apprate | ||
## Integrating Google Play Core | ||
## Integrating Play In-App Reviews Library | ||
To set up Google Play Core version, you can use PLAY_CORE_VERSION parameter (with `1.+` value by default). It is useful in order to avoid conflicts with another plugins which use any other different version of Google Play Core. | ||
To set up Play In-App Reviews Library version, you can use PLAY_REVIEW_VERSION parameter (with `2.+` value by default). It is useful in order to avoid conflicts with another plugins which use any other different version of Play In-App Reviews Library. For Play In-App Reviews Library release notes please see https://developer.android.com/reference/com/google/android/play/core/release-notes-in_app_reviews | ||
@@ -71,0 +71,0 @@ ## Customization and usage |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
80454