Skip to content

Commit

Permalink
Deps: Migrated googleMaterial to Version Catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Jul 6, 2024
1 parent f477d59 commit 5928989
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ dependencies {
implementation libs.androidx.appcompat.resources
implementation libs.androidx.cardView
implementation libs.androidx.recyclerView
implementation "com.google.android.material:material:$googleMaterialVersion"
implementation libs.google.material
implementation "com.google.android.flexbox:flexbox:$googleFlexboxlayoutVersion"
implementation "androidx.percentlayout:percentlayout:$androidxPercentlayoutVersion"
implementation "androidx.swiperefreshlayout:swiperefreshlayout:$androidxSwipeToRefreshVersion"
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ ext {
googleAutoServiceVersion = '1.0.1'
googleExoPlayerVersion = '2.13.3'
googleFlexboxlayoutVersion = '3.0.0'
googleMaterialVersion = '1.9.0'
googlePlayServicesCodeScannerVersion = '16.0.0-beta3'
jsoupVersion = '1.16.2'
philjayMpAndroidChartVersion = 'v3.1.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 @@ -24,6 +24,7 @@ eventBus = '3.3.1'
facebookReact = '0.73.3'
flipper = '0.245.0'
glide = '4.16.0'
googleMaterial = '1.9.0'
googleMLKitBarcodeScanning = '17.2.0'
googleMLKitBarcodeScanningCommon = '17.0.0'
googleMLKitTextRecognition = '16.0.0'
Expand Down Expand Up @@ -118,6 +119,7 @@ glide = { group = "com.github.bumptech.glide", name = "glide", version.ref ="gli
glide-ksp = { group = "com.github.bumptech.glide", name = "ksp", version.ref ="glide" }
glide-volley-integration = { group = "com.github.bumptech.glide", name = "volley-integration", version.ref ="glide" }
google-gson = { group = "com.google.code.gson", name = "gson", version.ref = "gson" }
google-material = { group = "com.google.android.material", name = "material", version.ref = "googleMaterial" }
google-mlkit-barcode-scanning = { group = "com.google.mlkit", name = "barcode-scanning", version.ref ="googleMLKitBarcodeScanning" }
google-mlkit-barcode-scanning-common = { group = "com.google.mlkit", name = "barcode-scanning-common", version.ref ="googleMLKitBarcodeScanningCommon" }
google-mlkit-text-recognition = { group = "com.google.mlkit", name = "text-recognition", version.ref ="googleMLKitTextRecognition" }
Expand Down
2 changes: 1 addition & 1 deletion libs/editor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dependencies {
implementation libs.androidx.fragment
implementation libs.androidx.appcompat
implementation "androidx.preference:preference:$androidxPreferenceVersion"
implementation "com.google.android.material:material:$googleMaterialVersion"
implementation libs.google.material
implementation libs.volley
implementation libs.google.gson
implementation "com.automattic.tracks:crashlogging:$automatticTracksVersion"
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 @@ -54,7 +54,7 @@ dependencies {
implementation libs.androidx.recyclerView
implementation libs.androidx.constraintLayout
implementation "androidx.viewpager2:viewpager2:$androidxViewpager2Version"
implementation "com.google.android.material:material:$googleMaterialVersion"
implementation libs.google.material
implementation "androidx.navigation:navigation-fragment:$gradle.ext.navigationVersion"
implementation "androidx.navigation:navigation-ui:$gradle.ext.navigationVersion"
implementation libs.androidx.lifecycle.common
Expand Down

0 comments on commit 5928989

Please sign in to comment.