Created
October 2, 2022 16:07
-
-
Save ivangarzab/d054c5ddb6cba9b0973a3c198c16e715 to your computer and use it in GitHub Desktop.
Integrate Google Play Store's In-App Review library
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies { | |
... | |
implementation 'com.google.android.play:review:2.0.0' | |
// Kotlin users may also add the Kotlin extensions | |
implementation 'com.google.android.play:review-ktx:2.0.0' | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment