Skip to content

Commit

Permalink
Merge pull request #12 from m1ga/android_update
Browse files Browse the repository at this point in the history
Android: update version
  • Loading branch information
hansemannn authored Mar 1, 2024
2 parents 6c59b33 + a7a55be commit d23233c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ import Review from 'ti.reviewdialog';

if (!Review.isSupported()) { return; }

Review.requestReview({
storeURL: `https://play.google.com/store/apps/details?id=${Ti.App.id}`
onFeedback: event => {
// Send feedback to your server via "event.value"
}
});
Review.requestReview();

// when review is done
Review.addEventListener("complete", function(e){
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ allprojects {
}

dependencies {
implementation 'com.google.android.play:core:1.8.2'
implementation 'com.google.android.play:core:1.10.3'
implementation 'com.codemybrainsout.rating:ratingdialog:2.0.0'
}
2 changes: 1 addition & 1 deletion android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 2.1.0
version: 2.2.0
apiversion: 4
architectures: arm64-v8a armeabi-v7a x86 x86_64
description: titanium-review-dialog
Expand Down

0 comments on commit d23233c

Please sign in to comment.