Skip to content

Commit

Permalink
Deps: Migrated AutomatticRest to Version Catalog & Reordered alphabe…
Browse files Browse the repository at this point in the history
…tically
  • Loading branch information
neeldoshii committed Jul 18, 2024
1 parent fd21ece commit 66baf4e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ dependencies {
}
}

implementation ("com.automattic:rest:$automatticRestVersion") {
implementation (libs.automattic.rest) {
exclude group: 'com.mcxiaoke.volley'
}
implementation "org.wordpress:persistentedittext:$wordPressPersistentEditTextVersion"
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ ext {
ext {
// libs
automatticAboutVersion = '1.4.0'
automatticRestVersion = '1.0.8'
automatticTracksVersion = '5.1.0'
gutenbergMobileVersion = 'v1.121.0-alpha2'
wordPressAztecVersion = 'v2.1.3'
Expand Down
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[versions]
androidxComposeNavigation = '2.7.6'
androidxWebkit = '1.11.0'
automatticRest = '1.0.8'

[libraries]
androidx-webkit = {group = "androidx.webkit", name = "webkit", version.ref = "androidxWebkit"}
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" }

[plugins]

2 changes: 1 addition & 1 deletion libs/networking/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {
}

dependencies {
implementation ("com.automattic:rest:$automatticRestVersion") {
implementation (libs.automattic.rest) {
exclude group: 'com.mcxiaoke.volley'
}
implementation "org.wordpress:utils:$wordPressUtilsVersion"
Expand Down

0 comments on commit 66baf4e

Please sign in to comment.