Skip to content

Commit

Permalink
Bump com.google.android.play:app-update to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkauhan committed Jan 8, 2024
1 parent 1540576 commit 869865b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {

apply plugin: 'com.android.library'

def DEFAULT_CORE_APP_UPDATE_VERSION = "2.0.1"
def DEFAULT_CORE_APP_UPDATE_VERSION = "2.1.0"

def safeExtGet(prop, fallback) {
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
Expand Down

1 comment on commit 869865b

@KrushnaNaghate
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it was a needed Update, because the play console denied the old code app with this error "Update your com.google.android.play:app-update:2.0.1 Maven dependency to an Android 14 compatible version! Your current com.google.android.play:app-update:2.0.1 library is incompatible with targetSdkVersion 34 (Android 14), which introduces a backwards-incompatible change to broadcast receivers. As a reminder, from August 31, 2024, Google Play requires all new app releases to target Android 14. Update to the latest library version dependency to avoid app crashes."

Please sign in to comment.