File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
sample/src/main/java/hotchemi/android/rate/sample Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ buildscript {
55 }
66 dependencies {
77 classpath ' com.android.tools.build:gradle:4.1.0'
8+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
89 }
910}
1011
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
2+ apply plugin : ' com.github.dcendents.android-maven'
3+
4+ ext {
5+ publishedGroupId= ' com.github.Goopher'
6+ }
27
38android {
49 compileSdkVersion 30
@@ -17,4 +22,4 @@ android {
1722dependencies {
1823 implementation ' com.google.android.play:core:1.8.2'
1924 implementation ' com.google.android.play:core-ktx:1.8.1'
20- }
25+ }
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ protected void onCreate(Bundle savedInstanceState) {
2323 .setShowLaterButton (true ) // default true.
2424 .setDebug (true ) // default false.
2525 .setCancelable (false ) // default false.
26+ .useInAppReviewSystem (true ) // default false
2627 .setOnClickButtonListener (new OnClickButtonListener () { // callback listener.
2728 @ Override
2829 public void onClickButton (int which ) {
You can’t perform that action at this time.
0 commit comments