Skip to content

Commit

Permalink
Update dependency com.google.android.material:material to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 21, 2023
1 parent d46ec96 commit aac9853
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion health-services/ExerciseSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-service:$lifecycle_version"

// Material
implementation 'com.google.android.material:material:1.8.0'
implementation 'com.google.android.material:material:1.9.0'

// Navigation
implementation "androidx.navigation:navigation-fragment-ktx:2.5.3"
Expand Down
2 changes: 1 addition & 1 deletion health-services/MeasureData/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-service:2.5.1"

// Material
implementation 'com.google.android.material:material:1.6.1'
implementation 'com.google.android.material:material:1.9.0'
}
2 changes: 1 addition & 1 deletion health-services/PassiveData/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ dependencies {
implementation "androidx.work:work-runtime-ktx:2.7.1"

// Material
implementation 'com.google.android.material:material:1.6.1'
implementation 'com.google.android.material:material:1.9.0'
}
2 changes: 1 addition & 1 deletion health-services/PassiveGoals/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ dependencies {
implementation "androidx.work:work-runtime-ktx:2.7.1"

// Material
implementation 'com.google.android.material:material:1.6.1'
implementation 'com.google.android.material:material:1.9.0'
}

0 comments on commit aac9853

Please sign in to comment.