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

com.google.android.play:core 1.8.0 deprecation #34

Open
globules-io opened this issue Jun 14, 2024 · 2 comments
Open

com.google.android.play:core 1.8.0 deprecation #34

globules-io opened this issue Jun 14, 2024 · 2 comments

Comments

@globules-io
Copy link
Contributor

globules-io commented Jun 14, 2024

Bug report

com.google.android.play:core needs to be updated to implementation 'com.google.android.play:review:2.0.1'

As per Google Play Console

com.google.android.play:core has added this note for core:1.8.0:

If your app is targeting SDK 34+ (targetSdkVersion), then the PlayCore SDK is outdated and will likely cause crashes in your app! Please update: https://developer.android.com/guide/playcore#playcore-migration

Direct link https://developer.android.com/guide/playcore#java-kotlin-in-app-review

@kinggolf
Copy link

We just received notice from PlayStore that this is not compatible with Android 14. May have to switch the https://github.com/capacitor-community/in-app-review. Looks like this would work:

    googleAndroidPlayCoreVersion = project.hasProperty('googleAndroidPlayCoreVersion') ? rootProject.ext.googleAndroidPlayCoreVersion : '1.10.3'
    googleAndroidPlayReviewVersion = project.hasProperty('googleAndroidPlayReviewVersion') ? rootProject.ext.googleAndroidPlayReviewVersion : '2.0.1'

@dpa99c
Copy link
Owner

dpa99c commented Jun 19, 2024

Should be resolved in v4.1.0 by merge of PR #36

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

3 participants