Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to update google play core #1

Open
pavelsust opened this issue Jul 12, 2024 · 0 comments
Open

Need to update google play core #1

pavelsust opened this issue Jul 12, 2024 · 0 comments

Comments

@pavelsust
Copy link

Hello,

Google just announced that this library need to update google play core to run in Android 14. So for that reason you need to update this library.

// In your app’s build.gradle.kts file:
...
dependencies {
// This dependency is downloaded from the Google’s Maven repository.
// So, make sure you also include that repository in your project's build.gradle file.
implementation("com.google.android.play:review:2.0.1")

// For Kotlin users also import the Kotlin extensions library for Play In-App Review:
implementation("com.google.android.play:review-ktx:2.0.1")
...

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant