Skip to content

Commit

Permalink
Merge pull request #2 from globules-io/Fiximports
Browse files Browse the repository at this point in the history
Fix imports
  • Loading branch information
globules-io authored Jun 14, 2024
2 parents 899c23e + b32cf05 commit e3f021a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/android/LaunchReview.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
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 org.apache.cordova.*;

public class LaunchReview extends CordovaPlugin {
Expand Down

0 comments on commit e3f021a

Please sign in to comment.