You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
...
}
The text was updated successfully, but these errors were encountered:
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")
}
The text was updated successfully, but these errors were encountered: