kumparan / react-native-android-inapp-updates

React Native implementation of the Android In-App Update API.
99 stars 15 forks source link

Play Store Warning - Update your Play Core Maven dependency to an Android 14 compatible version! #33

Open Jmzp opened 3 months ago

Jmzp commented 3 months ago

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

Update your Play Core Maven dependency to an Android 14 compatible version! Your current Play Core library is incompatible with targetSdkVersion 34 (Android 14), which introduces a backwards-incompatible change to broadcast receivers to improve user security. As a reminder, from August 31, Google Play requires all new app releases to target Android 14. Update to the latest Play Core library version dependency to avoid app crashes: https://developer.android.com/guide/playcore#playcore-migration

You may not be able to release future versions of your app with this SDK version to production or open testing. >>

I search into the dependencies of my external libs, and I found that this lib uses the below library: com.google.android.play:core-common:2.0.3

+--- project :gurukumparan_react-native-android-inapp-updates
|    +--- com.facebook.react:react-native -> com.facebook.react:react-android:0.71.19 (*)
|    \--- com.google.android.play:app-update:2.1.0
|         +--- com.google.android.gms:play-services-basement:18.1.0
|         |    +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|         |    +--- androidx.core:core:1.2.0 -> 1.8.0 (*)
|         |    \--- androidx.fragment:fragment:1.0.0 -> 1.3.6 (*)
|         +--- com.google.android.gms:play-services-tasks:18.0.2
|         |    \--- com.google.android.gms:play-services-basement:18.1.0 (*)
|         \--- com.google.android.play:core-common:2.0.3

Do you can fix that please?

Thanks.