Skip to content

Instantly share code, notes, and snippets.

@ivangarzab
Created October 2, 2022 16:07
Show Gist options
  • Save ivangarzab/d054c5ddb6cba9b0973a3c198c16e715 to your computer and use it in GitHub Desktop.
Save ivangarzab/d054c5ddb6cba9b0973a3c198c16e715 to your computer and use it in GitHub Desktop.
Integrate Google Play Store's In-App Review library
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