Skip to content

Commit

Permalink
Deps: Migrated uCrop to Version Catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Jul 6, 2024
1 parent b5d5459 commit c84ac95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ dependencies {
implementation libs.apache.commons.text
implementation libs.lottie
implementation libs.facebook.shimmer
implementation ("com.github.yalantis:ucrop:$uCropVersion") {
implementation (libs.ucrop) {
exclude group: 'androidx.core', module: 'core'
exclude group: 'androidx.constraintlayout', module: 'constraintlayout'
exclude group: 'androidx.appcompat', module: 'appcompat'
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ ext {
androidxGridlayoutVersion = '1.0.0'
googleAutoServiceVersion = '1.0.1'
googlePlayServicesCodeScannerVersion = '16.0.0-beta3'
uCropVersion = '2.2.9'

// other
androidDesugarVersion = '2.0.4'
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ soLoader = '0.10.5'
squareupKotlinPoet = '1.16.0'
squareupMockWebServer = '4.12.0'
squareupRetrofit = '2.9.0'
uCrop = '2.2.9'
volley = '1.2.1'
wiremock = '2.26.3'
wiremockHttpClient = '4.3.5.1'
Expand Down Expand Up @@ -186,6 +187,7 @@ squareup-kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version.ref
squareup-kotlinpoet-ksp = { group = "com.squareup", name = "kotlinpoet-ksp", version.ref ="squareupKotlinPoet" }
squareup-okhttp-mockWebServer = { group = "com.squareup.okhttp3", name = "mockwebserver", version.ref ="squareupMockWebServer" }
squareup-retrofit2 = { group = "com.squareup.retrofit2", name = "retrofit", version.ref ="squareupRetrofit" }
ucrop = { group = "com.github.yalantis", name = "ucrop", version.ref = "uCrop" }
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
2 changes: 1 addition & 1 deletion libs/image-editor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation libs.androidx.lifecycle.viewmodel
implementation libs.androidx.lifecycle.viewmodel.savedstate
implementation libs.androidx.lifecycle.livedata.core
implementation ("com.github.yalantis:ucrop:$uCropVersion") {
implementation (libs.ucrop) {
exclude group: 'com.squareup.okhttp3'
exclude group: 'androidx.core', module: 'core'
exclude group: 'androidx.constraintlayout', module: 'constraintlayout'
Expand Down

0 comments on commit c84ac95

Please sign in to comment.