File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
app/src/main/java/com/codemybrainsout/rating Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,7 @@ final RatingDialog ratingDialog = new RatingDialog.Builder(this)
5555 .formSubmitText(" Submit" )
5656 .formCancelText(" Cancel" )
5757 .ratingBarColor(R . color. yellow)
58- .positiveButtonBackgroundColor(R . drawable. button_selector_positive)
59- .negativeButtonBackgroundColor(R . drawable. button_selector_negative)
58+ .playstoreUrl(" YOUR_URL" )
6059 .onThresholdCleared(new RatingDialog .Builder .RatingThresholdClearedListener () {
6160 @Override
6261 public void onThresholdCleared (RatingDialog ratingDialog , float rating , boolean thresholdCleared ) {
@@ -100,7 +99,7 @@ Add it as a dependency in your app's build.gradle file
10099
101100``` groovy
102101dependencies {
103- compile 'com.codemybrainsout.rating:ratingdialog:1.0.7 '
102+ compile 'com.codemybrainsout.rating:ratingdialog:1.0.8 '
104103}
105104```
106105
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ private void showDialog() {
3333 .session (3 )
3434 .threshold (3 )
3535 .ratingBarColor (R .color .yellow )
36+ .playstoreUrl ("https://github.com/codemybrainsout/smart-app-rate" )
3637 .onRatingBarFormSumbit (new RatingDialog .Builder .RatingDialogFormListener () {
3738 @ Override
3839 public void onFormSubmitted (String feedback ) {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ org.gradle.jvmargs=-Xmx1536m
1717# org.gradle.parallel=true
1818
1919GROUP =com.codemybrainsout.rating
20- VERSION_NAME =1.0.7
20+ VERSION_NAME =1.0.8
2121
2222POM_DESCRIPTION =An Android library to encourage users to rate the app on the Google PlayStore.
2323
You can’t perform that action at this time.
0 commit comments