Skip to content

Commit

Permalink
Deps: Migrated coilCompose to Version Catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Jul 6, 2024
1 parent 9e4cd6e commit ed2aad7
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 @@ -552,7 +552,7 @@ dependencies {
implementation libs.androidx.lifecycle.viewmodel.compose
implementation libs.androidx.constraintLayout.compose
// - Jetpack Compose - Other
implementation "io.coil-kt:coil-compose:$coilComposeVersion"
implementation libs.coil.compose
implementation libs.lottie.compose
// - Jetpack Compose - UI Tests
androidTestImplementation libs.androidx.compose.ui.test
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ ext {
androidxComposeCompilerVersion = '1.5.9'
androidxGridlayoutVersion = '1.0.0'
androidxViewpager2Version = '1.0.0'
coilComposeVersion = '2.4.0'
googleAutoServiceVersion = '1.0.1'
googleExoPlayerVersion = '2.13.3'
googlePlayServicesCodeScannerVersion = '16.0.0-beta3'
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ apacheCommonsText = '1.10.0'
assertj = '3.23.1'
automatticRest = '1.0.8'
chrisbanesPhotoview = '2.3.0'
coilCompose = '2.4.0'
dagger = '2.50'
eventBus = '3.3.1'
facebookReact = '0.73.3'
Expand Down Expand Up @@ -124,6 +125,7 @@ apache-commons-text = { group = "org.apache.commons", name = "commons-text", ver
assertj-core = { group = "org.assertj", name = "assertj-core", version.ref ="assertj" }
automattic-rest = { group = "com.automattic", name = "rest", version.ref = "automatticRest" }
chrisbanes-photoview = { group = "com.github.chrisbanes", name = "PhotoView", version.ref ="chrisbanesPhotoview" }
coil-compose = { group = "io.coil-kt", name = "coil-compose", version.ref ="coilCompose" }
dagger-android-processor = { group = "com.google.dagger", name = "dagger-android-processor", version.ref = "dagger" }
dagger-android-support = { group = "com.google.dagger", name = "dagger-android-support", version.ref = "dagger" }
dagger-hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "dagger" }
Expand Down

0 comments on commit ed2aad7

Please sign in to comment.