apptentive / apptentive-android

Apptentive Android SDK
http://www.apptentive.com
BSD 3-Clause "New" or "Revised" License
65 stars 64 forks source link

com.google.android.play:core:1.10.3 warning from Google Play #247

Open JonWatson opened 2 weeks ago

JonWatson commented 2 weeks ago

We are getting a new warning from Google Play regarding the com.google.android.play:core:1.10.3 dependency that Apptentive adds to our project.

Do you have an updated version in the works to fix this issue?

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

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
gmbett commented 2 weeks ago

I just got the same warning, is there a new version planned to fix this problem?

giorgioprovenzale commented 1 week ago

Hello!, we have the same issue, please an update would be very helpful

galengeocaching commented 5 days ago

Hi Apptentive! Google Play is warning that if this deprecated dependency isn't removed by August 31st it is going to start blocking app store submissions, as it does not compile correctly when targeting Android 14.

According to your build.gradle notes you are using this for play store reviews. Would you please prioritize updating to the latest In-App Review library, as laid out in documentation Google forwarded about Play library deprecation: https://developer.android.com/guide/playcore#java-kotlin-in-app-review

jennparker commented 5 days ago

We're having the same issue. Please advise.

mayuce commented 5 days ago

Hello everyone, apparently there is a way newer version of the SDK but nobody informed people. Check this page out and update your dependencies, your problem will be solved afterwards :)

jennparker commented 5 days ago

@mayuce thank you so much!

mayuce commented 4 days ago

@mayuce thank you so much!

You're welcome Jenn, good luck with the implementation! :)

jayasankarC1 commented 3 days ago

Use com.google.android.play:core-ktx:latest_version instead of com.google.android.play:core:1.10.3 in your Kotlin project.