-
Notifications
You must be signed in to change notification settings - Fork 122
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
Upgrade com.google.android.play:core for Android 14 Google target #91
Comments
Same issue. |
same for me |
FWIW, here's the migration steps as I understand them, in case it's helpful: Step 1Replace import com.google.android.play.core.tasks.OnCompleteListener;
import com.google.android.play.core.tasks.Task; Step 2Depend on the newly separate Play in-app review library in dependencies {
// This dependency is downloaded from the [Google’s Maven repository](https://developer.android.com/studio/build/dependencies#google-maven).
// Make sure you also include that repository in your project's build.gradle file.
implementation 'com.google.android.play:review:2.0.1'
} |
You can temporarily use my repository:
|
Following |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For apps targeting Android 14 and using app_review plugin, the Google Play Console API is sending warnings to migrate com.google.android.play:core like in the tutorial: https://developer.android.com/guide/playcore?hl=de#playcore-migration
https://github.com/fluttercommunity/app_review/blob/master/android/build.gradle#L38
The text was updated successfully, but these errors were encountered: