Skip to content

Commit

Permalink
Deps: Migrated googlePlayInAppUpdate to Version Catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Jul 5, 2024
1 parent 4f9b160 commit 4cb591e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ dependencies {
implementation libs.wordPress.persistentEditText
implementation "$gradle.ext.gravatarBinaryPath:$gravatarVersion"

implementation "com.google.android.play:app-update:$googlePlayInAppUpdateVersion"
implementation "com.google.android.play:app-update-ktx:$googlePlayInAppUpdateVersion"
implementation libs.android.appUpdate
implementation libs.android.appUpdateKtx

implementation "androidx.arch.core:core-common:$androidxArchCoreVersion"
implementation "androidx.arch.core:core-runtime:$androidxArchCoreVersion"
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ ext {
squareupRetrofitVersion = '2.9.0'
uCropVersion = '2.2.9'
zendeskVersion = '5.1.2'
googlePlayInAppUpdateVersion = '2.1.0'

// react native
facebookReactVersion = '0.73.3'
Expand Down
3 changes: 3 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
androidxComposeNavigation = '2.7.6'
androidxWebkit = '1.11.0'
automatticRest = '1.0.8'
googlePlayAppUpdate = '2.1.0'
wordPressPersistentEditText = '1.0.2'

[libraries]
android-appUpdate = { group = "com.google.android.play", name = "app-update", version.ref = "googlePlayAppUpdate" }
android-appUpdateKtx = { group = "com.google.android.play", name = "app-update-ktx", version.ref = "googlePlayAppUpdate" }
androidx-navigation = { group = "androidx.navigation", name = "navigation-compose", version.ref = "androidxComposeNavigation" }
androidx-webkit = {group = "androidx.webkit", name = "webkit", version.ref = "androidxWebkit"}
automattic-rest = { group = "com.automattic", name = "rest", version.ref = "automatticRest" }
Expand Down

0 comments on commit 4cb591e

Please sign in to comment.