Skip to content

Commit

Permalink
Deps: Migrated androidxAppcompat to Version Catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Jul 5, 2024
1 parent 1599f50 commit c0a4883
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,8 @@ dependencies {
implementation libs.androidx.activity.compose
implementation libs.androidx.fragment
implementation libs.androidx.fragment.ktx
implementation "androidx.appcompat:appcompat:$androidxAppcompatVersion"
implementation "androidx.appcompat:appcompat-resources:$androidxAppcompatVersion"
implementation libs.androidx.appcompat
implementation libs.androidx.appcompat.resources
implementation "androidx.cardview:cardview:$androidxCardviewVersion"
implementation "androidx.recyclerview:recyclerview:$androidxRecyclerviewVersion"
implementation "com.google.android.material:material:$googleMaterialVersion"
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ ext {
androidInstallReferrerVersion = '2.2'
androidVolleyVersion = '1.2.1'
androidxAnnotationVersion = '1.6.0'
androidxAppcompatVersion = '1.6.1'
androidxCameraVersion = '1.3.4'
androidxComposeBomVersion = '2023.10.00'
androidxComposeCompilerVersion = '1.5.9'
Expand Down
3 changes: 3 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[versions]
androidxActivity = '1.8.0'
androidxAppcompat = '1.6.1'
androidxArchCore = '2.2.0'
androidxComposeNavigation = '2.7.6'
androidxCore = '1.10.0'
Expand All @@ -17,6 +18,8 @@ android-appUpdateKtx = { group = "com.google.android.play", name = "app-update-k
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "androidxActivity" }
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "androidxActivity" }
androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "androidxActivity" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidxAppcompat" }
androidx-appcompat-resources = { group = "androidx.appcompat", name = "appcompat-resources", version.ref = "androidxAppcompat" }
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
2 changes: 1 addition & 1 deletion libs/editor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
implementation libs.androidx.lifecycle.livedata.core
implementation libs.androidx.core
implementation libs.androidx.fragment
implementation "androidx.appcompat:appcompat:$androidxAppcompatVersion"
implementation libs.androidx.appcompat
implementation "androidx.preference:preference:$androidxPreferenceVersion"
implementation "com.google.android.material:material:$googleMaterialVersion"
implementation "com.android.volley:volley:$androidVolleyVersion"
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 @@ -50,7 +50,7 @@ dependencies {
implementation libs.androidx.activity
implementation libs.androidx.activity.ktx
implementation libs.androidx.fragment
implementation "androidx.appcompat:appcompat:$androidxAppcompatVersion"
implementation libs.androidx.appcompat
implementation "androidx.recyclerview:recyclerview:$androidxRecyclerviewVersion"
implementation "androidx.constraintlayout:constraintlayout:$androidxConstraintlayoutVersion"
implementation "androidx.viewpager2:viewpager2:$androidxViewpager2Version"
Expand Down

0 comments on commit c0a4883

Please sign in to comment.