Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent e6ed808 commit 7ec0efc
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 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 @@ -63,7 +63,7 @@ dependencies {
kapt "com.google.dagger:hilt-android-compiler:$hilt_version"
implementation 'androidx.hilt:hilt-work:1.2.0'
kapt 'androidx.hilt:hilt-compiler:1.2.0'
implementation "androidx.work:work-runtime-ktx:2.9.0"
implementation "androidx.work:work-runtime-ktx:2.9.1"

// Wear
implementation 'androidx.wear:wear:1.3.0'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
android-gradle-plugin = "8.5.1"
androidx-activity = "1.9.1"
androidx-compose = "1.7.0-beta06"
androidx-compose = "1.7.0-beta07"
androidx-lifecycle = "2.8.4"
androidx-wear-compose = "1.3.1"
core-splashscreen = "1.0.1"
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 @@ -57,7 +57,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.core:core-ktx:1.13.1'
implementation "androidx.fragment:fragment-ktx:1.8.2"
implementation 'androidx.work:work-runtime:2.9.0'
implementation 'androidx.work:work-runtime:2.9.1'

// Hilt dependency injection
implementation "com.google.dagger:hilt-android:$hilt_version"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android-gradle-plugin = "8.5.1"
androidx-activity = "1.9.1"
androidx-lifecycle = "2.8.4"
androidx-wear-compose = "1.3.1"
compose = "1.7.0-beta06"
compose = "1.7.0-beta07"
compose-compiler = "1.5.14"
concurrent-futures = "1.2.0"
guava = "33.2.1-android"
Expand Down
4 changes: 2 additions & 2 deletions health-services/PassiveData/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-service:$lifecycle_version"

// WorkManager
implementation "androidx.work:work-runtime:2.9.0"
implementation "androidx.work:work-runtime-ktx:2.9.0"
implementation "androidx.work:work-runtime:2.9.1"
implementation "androidx.work:work-runtime-ktx:2.9.1"

// Material
implementation 'com.google.android.material:material:1.12.0'
Expand Down
4 changes: 2 additions & 2 deletions health-services/PassiveDataCompose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ androidx-lifecycle = "2.8.4"
androidx-wear-compose = "1.3.1"
androidx-wear-tiles = "1.0.1"
androidx-wear-watchface = "1.0.1"
androidx-work = "2.9.0"
compose = "1.7.0-beta06"
androidx-work = "2.9.1"
compose = "1.7.0-beta07"
compose-compiler = "1.5.14"
concurrent-futures = "1.2.0"
guava = "33.2.1-android"
Expand Down
4 changes: 2 additions & 2 deletions health-services/PassiveGoals/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-service:$lifecycle_version"

// WorkManager
implementation "androidx.work:work-runtime:2.9.0"
implementation "androidx.work:work-runtime-ktx:2.9.0"
implementation "androidx.work:work-runtime:2.9.1"
implementation "androidx.work:work-runtime-ktx:2.9.1"

// Material
implementation 'com.google.android.material:material:1.12.0'
Expand Down
4 changes: 2 additions & 2 deletions health-services/PassiveGoalsCompose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ androidx-lifecycle = "2.8.4"
androidx-wear-compose = "1.3.1"
androidx-wear-tiles = "1.0.1"
androidx-wear-watchface = "1.0.1"
androidx-work = "2.9.0"
compose = "1.7.0-beta06"
androidx-work = "2.9.1"
compose = "1.7.0-beta07"
compose-compiler = "1.5.14"
concurrent-futures = "1.2.0"
guava = "33.2.1-android"
Expand Down

0 comments on commit 7ec0efc

Please sign in to comment.