Skip to content

Commit

Permalink
Merge pull request #243 from android/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
yschimke authored Apr 8, 2024
2 parents 6166ff5 + 79509a3 commit f24a120
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion health-connect/HealthConnectSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ android {

dependencies {

def composeBom = platform('androidx.compose:compose-bom:2024.03.00')
def composeBom = platform('androidx.compose:compose-bom:2024.04.00')
implementation(composeBom)

// For Health Connect
Expand Down
2 changes: 1 addition & 1 deletion health-platform-v1/HealthPlatformSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ android {

dependencies {

def composeBom = platform('androidx.compose:compose-bom:2024.03.00')
def composeBom = platform('androidx.compose:compose-bom:2024.04.00')
implementation(composeBom)

// For Health Platform
Expand Down
2 changes: 1 addition & 1 deletion health-services/ExerciseSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies {
// Wear
implementation 'androidx.wear:wear:1.3.0'
// Health Services
implementation 'androidx.health:health-services-client:1.0.0-rc01'
implementation 'androidx.health:health-services-client:1.0.0-rc02'
// Used to bridge between Futures and coroutines
implementation 'com.google.guava:guava:33.1.0-android'
implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0"
Expand Down
16 changes: 8 additions & 8 deletions health-services/ExerciseSampleCompose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[versions]
android-gradle-plugin = "8.3.1"
androidx-activity = "1.8.2"
androidx-compose = "1.6.4"
androidx-compose = "1.6.5"
androidx-lifecycle = "2.7.0"
androidx-wear-compose = "1.3.0"
androidx-wear-compose = "1.3.1"
core-splashscreen = "1.0.1"
dagger = "2.51.1"
health-services = "1.0.0-rc01"
health-services = "1.0.0-rc02"
horologist = "0.5.25"
org-jetbrains-kotlin = "1.9.23"
ui-test-junit4 = "1.6.4"
robolectric = "4.12"
ui-test-junit4 = "1.6.5"
robolectric = "4.12.1"
roborazzi = "1.11.0"

[libraries]
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.3.1"
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
androidx-compose-navigation = "androidx.navigation:navigation-compose:2.7.7"
androidx-compose-runtime = "androidx.compose.runtime:runtime:1.6.4"
androidx-compose-runtime = "androidx.compose.runtime:runtime:1.6.5"
androidx-compose-ui-tooling = { module = "androidx.wear.compose:compose-ui-tooling", version.ref = "androidx-wear-compose" }
androidx-concurrent = "androidx.concurrent:concurrent-futures-ktx:1.1.0"
androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "core-splashscreen" }
Expand All @@ -36,7 +36,7 @@ compose-compiler = "androidx.compose.compiler:compiler:1.5.11"
compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "androidx-compose" }
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "androidx-compose" }
compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "androidx-compose" }
compose-wear-navigation = "androidx.wear.compose:compose-navigation:1.3.0"
compose-wear-navigation = "androidx.wear.compose:compose-navigation:1.3.1"
dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "dagger"}
dagger-hilt-android-compiler = {module = "com.google.dagger:hilt-android-compiler", version.ref = "dagger"}
desugar-jdk-libs = "com.android.tools:desugar_jdk_libs:2.0.4"
Expand All @@ -47,7 +47,7 @@ horologist-compose-material = { module = "com.google.android.horologist:horologi
horologist-health-composables = { module = "com.google.android.horologist:horologist-health-composables", version.ref = "horologist" }
horologist-health-service = { module = "com.google.android.horologist:horologist-health-service", version.ref = "horologist" }
horologist-roboscreenshots = { module = "com.google.android.horologist:horologist-roboscreenshots", version.ref = "horologist" }
jacoco-ant = "org.jacoco:org.jacoco.ant:0.8.11"
jacoco-ant = "org.jacoco:org.jacoco.ant:0.8.12"
junit = "junit:junit:4.13.2"
robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" }
roborazzi = { group = "io.github.takahirom.roborazzi", name = "roborazzi", version.ref = "roborazzi" }
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 @@ -67,7 +67,7 @@ dependencies {
// Wear
implementation 'androidx.wear:wear:1.3.0'
// Health Services
implementation 'androidx.health:health-services-client:1.0.0-rc01'
implementation 'androidx.health:health-services-client:1.0.0-rc02'
// Used to bridge between Futures and coroutines
implementation 'com.google.guava:guava:33.1.0-android'
implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0"
Expand Down
6 changes: 3 additions & 3 deletions health-services/MeasureDataCompose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ accompanist-permissions = "0.34.0"
android-gradle-plugin = "8.3.1"
androidx-activity = "1.8.2"
androidx-lifecycle = "2.7.0"
androidx-wear-compose = "1.3.0"
compose = "1.6.4"
androidx-wear-compose = "1.3.1"
compose = "1.6.5"
compose-compiler = "1.5.11"
concurrent-futures = "1.1.0"
guava = "33.1.0-android"
health-services = "1.0.0-rc01"
health-services = "1.0.0-rc02"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.9.23"
org-jetbrains-kotlinx = "1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion health-services/PassiveData/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
// Wear
implementation 'androidx.wear:wear:1.3.0'
// Health Services
implementation 'androidx.health:health-services-client:1.0.0-rc01'
implementation 'androidx.health:health-services-client:1.0.0-rc02'
// Used to bridge between Futures and coroutines
implementation 'com.google.guava:guava:33.1.0-android'
implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0"
Expand Down
6 changes: 3 additions & 3 deletions health-services/PassiveDataCompose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ android-gradle-plugin = "8.3.1"
androidx-activity = "1.8.2"
androidx-datastore = "1.0.0"
androidx-lifecycle = "2.7.0"
androidx-wear-compose = "1.3.0"
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.6.4"
compose = "1.6.5"
compose-compiler = "1.5.11"
concurrent-futures = "1.1.0"
guava = "33.1.0-android"
health-services = "1.0.0-rc01"
health-services = "1.0.0-rc02"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.9.23"
org-jetbrains-kotlinx = "1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion health-services/PassiveGoals/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
// Wear
implementation 'androidx.wear:wear:1.3.0'
// Health Services
implementation 'androidx.health:health-services-client:1.0.0-rc01'
implementation 'androidx.health:health-services-client:1.0.0-rc02'
// Used to bridge between Futures and coroutines
implementation 'com.google.guava:guava:33.1.0-android'
implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0"
Expand Down
6 changes: 3 additions & 3 deletions health-services/PassiveGoalsCompose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ android-gradle-plugin = "8.3.1"
androidx-activity = "1.8.2"
androidx-datastore = "1.0.0"
androidx-lifecycle = "2.7.0"
androidx-wear-compose = "1.3.0"
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.6.4"
compose = "1.6.5"
compose-compiler = "1.5.11"
concurrent-futures = "1.1.0"
guava = "33.1.0-android"
health-services = "1.0.0-rc01"
health-services = "1.0.0-rc02"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.9.23"
org-jetbrains-kotlinx = "1.6.0"
Expand Down

0 comments on commit f24a120

Please sign in to comment.