Skip to content

Commit

Permalink
Deps: Migrated androidxCardview to Version Catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Jul 5, 2024
1 parent 6b453b9 commit ba820ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ dependencies {
implementation libs.androidx.fragment.ktx
implementation libs.androidx.appcompat
implementation libs.androidx.appcompat.resources
implementation "androidx.cardview:cardview:$androidxCardviewVersion"
implementation libs.androidx.cardView
implementation "androidx.recyclerview:recyclerview:$androidxRecyclerviewVersion"
implementation "com.google.android.material:material:$googleMaterialVersion"
implementation "com.google.android.flexbox:flexbox:$googleFlexboxlayoutVersion"
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ androidxActivity = '1.8.0'
androidxAppcompat = '1.6.1'
androidxArchCore = '2.2.0'
androidxCamera = '1.3.4'
androidxCardview = '1.0.0'
androidxComposeNavigation = '2.7.6'
androidxCore = '1.10.0'
androidxFragment = '1.6.2'
Expand Down Expand Up @@ -30,6 +31,7 @@ androidx-appcompat-resources = { group = "androidx.appcompat", name = "appcompat
androidx-camera = { group = "androidx.camera", name = "camera-camera2", version.ref ="androidxCamera" }
androidx-camera-lifecycle = { group = "androidx.camera", name = "camera-lifecycle", version.ref ="androidxCamera" }
androidx-camera-view = { group = "androidx.camera", name = "camera-view", version.ref ="androidxCamera" }
androidx-cardView = { group = "androidx.cardview", name = "cardview", version.ref = "androidxCardview" }
androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation" }
androidx-compose-foundation-layout = { group = "androidx.compose.foundation", name = "foundation-layout" }
androidx-compose-material = { group = "androidx.compose.material", name = "material" }
Expand Down

0 comments on commit ba820ce

Please sign in to comment.