Skip to content

Commit

Permalink
Deps: Migrated constraintLayout to Version Catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Jul 6, 2024
1 parent 6749858 commit 48b2792
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 @@ -423,7 +423,7 @@ dependencies {
implementation "androidx.preference:preference:$androidxPreferenceVersion"
implementation libs.androidx.workManager.runtime
implementation libs.androidx.workManager.runtime.ktx
implementation "androidx.constraintlayout:constraintlayout:$androidxConstraintlayoutVersion"
implementation libs.androidx.constraintLayout
implementation libs.androidx.lifecycle.viewmodel
implementation libs.androidx.lifecycle.viewmodel.ktx
implementation libs.androidx.lifecycle.livedata.core
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 {
androidxAnnotationVersion = '1.6.0'
androidxComposeBomVersion = '2023.10.00'
androidxComposeCompilerVersion = '1.5.9'
androidxConstraintlayoutVersion = '2.1.4'
androidxConstraintlayoutComposeVersion = '1.0.1'
androidxGridlayoutVersion = '1.0.0'
androidxPercentlayoutVersion = '1.0.0'
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ androidxArchCore = '2.2.0'
androidxCamera = '1.3.4'
androidxCardview = '1.0.0'
androidxComposeNavigation = '2.7.6'
androidxConstraintlayout = '2.1.4'
androidxCore = '1.10.0'
androidxFragment = '1.6.2'
androidxLifecycle = '2.6.2'
Expand Down Expand Up @@ -60,6 +61,7 @@ androidx-compose-ui-test = { group = "androidx.compose.ui", name = "ui-test-juni
androidx-compose-ui-text = { group = "androidx.compose.ui", name = "ui-text" }
androidx-compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
androidx-compose-ui-unit = { group = "androidx.compose.ui", name = "ui-unit" }
androidx-constraintLayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "androidxConstraintlayout" }
androidx-core = { group = "androidx.core", name = "core", version.ref = "androidxCore" }
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "androidxCore" }
androidx-coreCommon = { group = "androidx.arch.core", name = "core-common", version.ref = "androidxArchCore" }
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 @@ -52,7 +52,7 @@ dependencies {
implementation libs.androidx.fragment
implementation libs.androidx.appcompat
implementation "androidx.recyclerview:recyclerview:$androidxRecyclerviewVersion"
implementation "androidx.constraintlayout:constraintlayout:$androidxConstraintlayoutVersion"
implementation libs.androidx.constraintLayout
implementation "androidx.viewpager2:viewpager2:$androidxViewpager2Version"
implementation "com.google.android.material:material:$googleMaterialVersion"
implementation "androidx.navigation:navigation-fragment:$gradle.ext.navigationVersion"
Expand Down

0 comments on commit 48b2792

Please sign in to comment.