Skip to content

Commit

Permalink
Merge pull request #36 from globules-io/master
Browse files Browse the repository at this point in the history
Google Play Services Update
  • Loading branch information
dpa99c authored Jun 19, 2024
2 parents 0cd3a43 + e3f021a commit be553c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.0.1",
"version": "4.1.0",
"name": "cordova-launch-review",
"cordova_name": "Launch Review",
"description": "Cordova/Phonegap plugin for iOS and Android to assist in leaving user reviews/ratings in the App Stores.",
Expand Down
5 changes: 2 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-launch-review"
version="4.0.1">
version="4.1.0">

<name>Launch Review</name>
<description>Cordova/Phonegap plugin for iOS and Android to assist in leaving user reviews/ratings in the App Stores.</description>
Expand Down Expand Up @@ -40,8 +40,7 @@

<!-- android -->
<platform name="android">
<preference name="ANDROID_PLAY_SERVICES_CORE_VERSION" default="1.8.0" />
<framework src="com.google.android.play:core:$ANDROID_PLAY_SERVICES_CORE_VERSION" />
<framework src="com.google.android.play:review:2.0.1" />

<config-file target="res/xml/config.xml" parent="/*">
<feature name="LaunchReview">
Expand Down
3 changes: 1 addition & 2 deletions src/android/LaunchReview.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
import android.net.Uri;
import android.util.Log;

import com.google.android.gms.tasks.*;
import com.google.android.play.core.review.ReviewInfo;
import com.google.android.play.core.review.ReviewManager;
import com.google.android.play.core.review.ReviewManagerFactory;
import com.google.android.play.core.tasks.Task;

import org.apache.cordova.*;

public class LaunchReview extends CordovaPlugin {
Expand Down

0 comments on commit be553c4

Please sign in to comment.