Skip to content

Commit

Permalink
Deps: Migrated squareupRetrofit to Version Catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Jul 6, 2024
1 parent a822d95 commit 5832b86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ dependencies {
implementation libs.chrisbanes.photoview
implementation libs.greenrobot.eventBus
implementation libs.greenrobot.eventBus.java
implementation "com.squareup.retrofit2:retrofit:$squareupRetrofitVersion"
implementation libs.squareup.retrofit2
implementation "org.apache.commons:commons-text:$apacheCommonsTextVersion"
implementation libs.lottie
implementation libs.facebook.shimmer
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ ext {
googlePlayServicesCodeScannerVersion = '16.0.0-beta3'
philjayMpAndroidChartVersion = 'v3.1.0'
squareupKotlinPoetVersion = '1.16.0'
squareupRetrofitVersion = '2.9.0'
uCropVersion = '2.2.9'

// other
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ mockitoKotlin = '4.1.0'
screengrab = '2.1.1'
soLoader = '0.10.5'
squareupMockWebServer = '4.12.0'
squareupRetrofit = '2.9.0'
volley = '1.2.1'
wiremock = '2.26.3'
wiremockHttpClient = '4.3.5.1'
Expand Down Expand Up @@ -157,6 +158,7 @@ lottie-compose = { group = "com.airbnb.android", name = "lottie-compose", versio
mockito-android = { group = "org.mockito", name = "mockito-android", version.ref ="mockitoAndroid" }
mockito-kotlin = { group = "org.mockito.kotlin", name = "mockito-kotlin", version.ref ="mockitoKotlin" }
squareup-okhttp-mockWebServer = { group = "com.squareup.okhttp3", name = "mockwebserver", version.ref ="squareupMockWebServer" }
squareup-retrofit2 = { group = "com.squareup.retrofit2", name = "retrofit", version.ref ="squareupRetrofit" }
volley = { group = "com.android.volley", name = "volley", version.ref = "volley" }
wiremock = { group = "com.github.tomakehurst", name = "wiremock", version.ref ="wiremock" }
wiremock-httpclient-android = { group = "org.apache.httpcomponents", name = "httpclient-android", version.ref ="wiremockHttpClient" }
Expand Down

0 comments on commit 5832b86

Please sign in to comment.