Skip to content

Commit

Permalink
ANDROID-15581 Organize deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dpastor committed Dec 27, 2024
1 parent 0ef4a08 commit 7fd0c23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ buildscript {
constraintComposeVersion = '1.0.1'
detekt_version = '1.23.7'
roborazzi_version = "1.26.0"
material_version = "1.12.0"
}
repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion catalog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ task sourceJar(type: Jar) {
dependencies {
implementation project(':library')

implementation "com.google.android.material:material:1.12.0"
implementation "com.google.android.material:material:$material_version"
implementation 'androidx.core:core-ktx:1.9.0'
implementation "androidx.constraintlayout:constraintlayout-compose:$constraintComposeVersion"
implementation 'androidx.activity:activity-compose:1.4.0'
Expand Down
1 change: 1 addition & 0 deletions library-test-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ android {

dependencies {
implementation project(':library')
implementation "androidx.compose.runtime:runtime:$compose_ui_version"

implementation 'androidx.core:core-ktx:1.13.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ task sourceJar(type: Jar) {
}

dependencies {
implementation "com.google.android.material:material:1.12.0"
implementation "com.google.android.material:material:$material_version"
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.constraintlayout:constraintlayout-solver:2.0.4'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
Expand Down

0 comments on commit 7fd0c23

Please sign in to comment.