From a80ce93d4a21756af22c7dbc7ba7b69d1bdc7aab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 08:13:30 +0000 Subject: [PATCH 1/4] Update all dependencies --- .../HealthConnectSample/app/build.gradle | 2 +- health-connect/HealthConnectSample/build.gradle | 6 +++--- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../HealthPlatformSample/app/build.gradle | 2 +- .../HealthPlatformSample/build.gradle | 4 ++-- .../gradle/wrapper/gradle-wrapper.properties | 2 +- health-services/ExerciseSample/app/build.gradle | 6 +++--- health-services/ExerciseSample/build.gradle | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../gradle/libs.versions.toml | 14 +++++++------- .../gradle/wrapper/gradle-wrapper.properties | 2 +- health-services/MeasureData/app/build.gradle | 6 +++--- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../MeasureDataCompose/gradle/libs.versions.toml | 6 +++--- .../gradle/wrapper/gradle-wrapper.properties | 2 +- health-services/PassiveData/app/build.gradle | 2 +- health-services/PassiveData/build.gradle | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../PassiveDataCompose/gradle/libs.versions.toml | 6 +++--- .../gradle/wrapper/gradle-wrapper.properties | 2 +- health-services/PassiveGoals/app/build.gradle | 2 +- health-services/PassiveGoals/build.gradle | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../PassiveGoalsCompose/gradle/libs.versions.toml | 6 +++--- .../gradle/wrapper/gradle-wrapper.properties | 2 +- 25 files changed, 44 insertions(+), 44 deletions(-) diff --git a/health-connect/HealthConnectSample/app/build.gradle b/health-connect/HealthConnectSample/app/build.gradle index b5e62eca..5b992813 100644 --- a/health-connect/HealthConnectSample/app/build.gradle +++ b/health-connect/HealthConnectSample/app/build.gradle @@ -65,7 +65,7 @@ android { dependencies { - def composeBom = platform('androidx.compose:compose-bom:2024.09.01') + def composeBom = platform('androidx.compose:compose-bom:2024.09.02') implementation(composeBom) // For Health Connect diff --git a/health-connect/HealthConnectSample/build.gradle b/health-connect/HealthConnectSample/build.gradle index 122245fe..7b511b21 100644 --- a/health-connect/HealthConnectSample/build.gradle +++ b/health-connect/HealthConnectSample/build.gradle @@ -19,11 +19,11 @@ buildscript { ext { activity_compose_version = '1.9.2' hilt_navigation_compose_version = '1.0.0' - navigation_compose_version = '2.8.0' + navigation_compose_version = '2.8.1' concurrent_futures_version = '1.2.0' - health_connect_version = '1.1.0-alpha08' - lifecycle_version = '2.8.5' + health_connect_version = '1.1.0-alpha09' + lifecycle_version = '2.8.6' } repositories { google() diff --git a/health-connect/HealthConnectSample/gradle/wrapper/gradle-wrapper.properties b/health-connect/HealthConnectSample/gradle/wrapper/gradle-wrapper.properties index 0aaefbca..df97d72b 100644 --- a/health-connect/HealthConnectSample/gradle/wrapper/gradle-wrapper.properties +++ b/health-connect/HealthConnectSample/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/health-platform-v1/HealthPlatformSample/app/build.gradle b/health-platform-v1/HealthPlatformSample/app/build.gradle index 1c0cfed9..18f58161 100644 --- a/health-platform-v1/HealthPlatformSample/app/build.gradle +++ b/health-platform-v1/HealthPlatformSample/app/build.gradle @@ -70,7 +70,7 @@ android { dependencies { - def composeBom = platform('androidx.compose:compose-bom:2024.09.01') + def composeBom = platform('androidx.compose:compose-bom:2024.09.02') implementation(composeBom) // For Health Platform diff --git a/health-platform-v1/HealthPlatformSample/build.gradle b/health-platform-v1/HealthPlatformSample/build.gradle index 61927482..1a011d87 100644 --- a/health-platform-v1/HealthPlatformSample/build.gradle +++ b/health-platform-v1/HealthPlatformSample/build.gradle @@ -19,11 +19,11 @@ buildscript { ext { activity_compose_version = '1.9.2' hilt_navigation_compose_version = '1.2.0' - navigation_compose_version = '2.8.0' + navigation_compose_version = '2.8.1' concurrent_futures_version = '1.2.0' health_platform_version = '1.0.0-alpha01' - lifecycle_version = '2.8.5' + lifecycle_version = '2.8.6' } repositories { google() diff --git a/health-platform-v1/HealthPlatformSample/gradle/wrapper/gradle-wrapper.properties b/health-platform-v1/HealthPlatformSample/gradle/wrapper/gradle-wrapper.properties index 0aaefbca..df97d72b 100644 --- a/health-platform-v1/HealthPlatformSample/gradle/wrapper/gradle-wrapper.properties +++ b/health-platform-v1/HealthPlatformSample/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/health-services/ExerciseSample/app/build.gradle b/health-services/ExerciseSample/app/build.gradle index 325ce18c..e6f287b9 100644 --- a/health-services/ExerciseSample/app/build.gradle +++ b/health-services/ExerciseSample/app/build.gradle @@ -70,7 +70,7 @@ dependencies { // Health Services implementation 'androidx.health:health-services-client:1.0.0-rc02' // Used to bridge between Futures and coroutines - implementation 'com.google.guava:guava:33.3.0-android' + implementation 'com.google.guava:guava:33.3.1-android' implementation "androidx.concurrent:concurrent-futures-ktx:1.2.0" // Lifecycle @@ -81,8 +81,8 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' // Navigation - implementation "androidx.navigation:navigation-fragment-ktx:2.8.0" - implementation "androidx.navigation:navigation-ui-ktx:2.8.0" + implementation "androidx.navigation:navigation-fragment-ktx:2.8.1" + implementation "androidx.navigation:navigation-ui-ktx:2.8.1" // Ongoing Activity. implementation "androidx.wear:wear-ongoing:1.0.0" diff --git a/health-services/ExerciseSample/build.gradle b/health-services/ExerciseSample/build.gradle index f983c1e0..080127be 100644 --- a/health-services/ExerciseSample/build.gradle +++ b/health-services/ExerciseSample/build.gradle @@ -19,7 +19,7 @@ buildscript { ext { kotlin_version = "1.9.25" hilt_version = '2.52' - lifecycle_version = "2.8.5" + lifecycle_version = "2.8.6" } repositories { diff --git a/health-services/ExerciseSample/gradle/wrapper/gradle-wrapper.properties b/health-services/ExerciseSample/gradle/wrapper/gradle-wrapper.properties index 0aaefbca..df97d72b 100644 --- a/health-services/ExerciseSample/gradle/wrapper/gradle-wrapper.properties +++ b/health-services/ExerciseSample/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/health-services/ExerciseSampleCompose/gradle/libs.versions.toml b/health-services/ExerciseSampleCompose/gradle/libs.versions.toml index c20adfaf..0887dd51 100644 --- a/health-services/ExerciseSampleCompose/gradle/libs.versions.toml +++ b/health-services/ExerciseSampleCompose/gradle/libs.versions.toml @@ -1,15 +1,15 @@ [versions] android-gradle-plugin = "8.6.1" androidx-activity = "1.9.2" -androidx-compose = "1.7.1" -androidx-lifecycle = "2.8.5" +androidx-compose = "1.7.2" +androidx-lifecycle = "2.8.6" androidx-wear-compose = "1.4.0" core-splashscreen = "1.0.1" dagger = "2.52" health-services = "1.0.0-rc02" horologist = "0.5.28" org-jetbrains-kotlin = "1.9.25" -ui-test-junit4 = "1.7.1" +ui-test-junit4 = "1.7.2" robolectric = "4.13" roborazzi = "1.26.0" @@ -17,8 +17,8 @@ roborazzi = "1.26.0" [libraries] android-lint-gradle = "com.android.tools.lint:lint-gradle:31.6.1" androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" } -androidx-compose-navigation = "androidx.navigation:navigation-compose:2.8.0" -androidx-compose-runtime = "androidx.compose.runtime:runtime:1.7.1" +androidx-compose-navigation = "androidx.navigation:navigation-compose:2.8.1" +androidx-compose-runtime = "androidx.compose.runtime:runtime:1.7.2" androidx-compose-ui-tooling = { module = "androidx.wear.compose:compose-ui-tooling", version.ref = "androidx-wear-compose" } androidx-concurrent = "androidx.concurrent:concurrent-futures-ktx:1.2.0" androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "core-splashscreen" } @@ -26,7 +26,7 @@ androidx-health-services = { module = "androidx.health:health-services-client", androidx-lifecycle-common-java8 = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "androidx-lifecycle"} androidx-lifecycle-extensions = "androidx.lifecycle:lifecycle-extensions:2.2.0" androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle"} -androidx-lifecycle-runtime-compose = "androidx.lifecycle:lifecycle-runtime-compose:2.8.5" +androidx-lifecycle-runtime-compose = "androidx.lifecycle:lifecycle-runtime-compose:2.8.6" androidx-lifecycle-service = {module = "androidx.lifecycle:lifecycle-service", version.ref = "androidx-lifecycle"} androidx-lifecycle-viewmodel = {module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle"} androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "androidx-compose" } @@ -41,7 +41,7 @@ compose-wear-navigation = "androidx.wear.compose:compose-navigation:1.4.0" 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.1.2" -guava = "com.google.guava:guava:33.3.0-android" +guava = "com.google.guava:guava:33.3.1-android" hilt-navigation-compose = "androidx.hilt:hilt-navigation-compose:1.2.0" horologist-compose-layout = { module = "com.google.android.horologist:horologist-compose-layout", version.ref = "horologist" } horologist-compose-material = { module = "com.google.android.horologist:horologist-compose-material", version.ref = "horologist" } diff --git a/health-services/ExerciseSampleCompose/gradle/wrapper/gradle-wrapper.properties b/health-services/ExerciseSampleCompose/gradle/wrapper/gradle-wrapper.properties index 0aaefbca..df97d72b 100644 --- a/health-services/ExerciseSampleCompose/gradle/wrapper/gradle-wrapper.properties +++ b/health-services/ExerciseSampleCompose/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/health-services/MeasureData/app/build.gradle b/health-services/MeasureData/app/build.gradle index b96c5632..a58d6f0e 100644 --- a/health-services/MeasureData/app/build.gradle +++ b/health-services/MeasureData/app/build.gradle @@ -70,12 +70,12 @@ dependencies { // Health Services implementation 'androidx.health:health-services-client:1.0.0-rc02' // Used to bridge between Futures and coroutines - implementation 'com.google.guava:guava:33.3.0-android' + implementation 'com.google.guava:guava:33.3.1-android' implementation "androidx.concurrent:concurrent-futures-ktx:1.2.0" // Lifecycle - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.5" - implementation "androidx.lifecycle:lifecycle-service:2.8.5" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.6" + implementation "androidx.lifecycle:lifecycle-service:2.8.6" // Material implementation 'com.google.android.material:material:1.12.0' diff --git a/health-services/MeasureData/gradle/wrapper/gradle-wrapper.properties b/health-services/MeasureData/gradle/wrapper/gradle-wrapper.properties index 0aaefbca..df97d72b 100644 --- a/health-services/MeasureData/gradle/wrapper/gradle-wrapper.properties +++ b/health-services/MeasureData/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/health-services/MeasureDataCompose/gradle/libs.versions.toml b/health-services/MeasureDataCompose/gradle/libs.versions.toml index 26c7095a..df065ba7 100644 --- a/health-services/MeasureDataCompose/gradle/libs.versions.toml +++ b/health-services/MeasureDataCompose/gradle/libs.versions.toml @@ -2,12 +2,12 @@ accompanist-permissions = "0.36.0" android-gradle-plugin = "8.6.1" androidx-activity = "1.9.2" -androidx-lifecycle = "2.8.5" +androidx-lifecycle = "2.8.6" androidx-wear-compose = "1.4.0" -compose = "1.7.1" +compose = "1.7.2" compose-compiler = "1.5.15" concurrent-futures = "1.2.0" -guava = "33.3.0-android" +guava = "33.3.1-android" health-services = "1.0.0-rc02" ktlint = "0.46.1" org-jetbrains-kotlin = "1.9.25" diff --git a/health-services/MeasureDataCompose/gradle/wrapper/gradle-wrapper.properties b/health-services/MeasureDataCompose/gradle/wrapper/gradle-wrapper.properties index 0aaefbca..df97d72b 100644 --- a/health-services/MeasureDataCompose/gradle/wrapper/gradle-wrapper.properties +++ b/health-services/MeasureDataCompose/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/health-services/PassiveData/app/build.gradle b/health-services/PassiveData/app/build.gradle index 151e7e61..886dd739 100644 --- a/health-services/PassiveData/app/build.gradle +++ b/health-services/PassiveData/app/build.gradle @@ -68,7 +68,7 @@ dependencies { // Health Services implementation 'androidx.health:health-services-client:1.0.0-rc02' // Used to bridge between Futures and coroutines - implementation 'com.google.guava:guava:33.3.0-android' + implementation 'com.google.guava:guava:33.3.1-android' implementation "androidx.concurrent:concurrent-futures-ktx:1.2.0" // Datastore diff --git a/health-services/PassiveData/build.gradle b/health-services/PassiveData/build.gradle index 3f79a238..58f75015 100644 --- a/health-services/PassiveData/build.gradle +++ b/health-services/PassiveData/build.gradle @@ -19,7 +19,7 @@ buildscript { ext { kotlin_version = '1.9.25' hilt_version = '2.52' - lifecycle_version = '2.8.5' + lifecycle_version = '2.8.6' } repositories { google() diff --git a/health-services/PassiveData/gradle/wrapper/gradle-wrapper.properties b/health-services/PassiveData/gradle/wrapper/gradle-wrapper.properties index 0aaefbca..df97d72b 100644 --- a/health-services/PassiveData/gradle/wrapper/gradle-wrapper.properties +++ b/health-services/PassiveData/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/health-services/PassiveDataCompose/gradle/libs.versions.toml b/health-services/PassiveDataCompose/gradle/libs.versions.toml index 19468a50..ddd4b1a3 100644 --- a/health-services/PassiveDataCompose/gradle/libs.versions.toml +++ b/health-services/PassiveDataCompose/gradle/libs.versions.toml @@ -3,15 +3,15 @@ accompanist-permissions = "0.36.0" android-gradle-plugin = "8.6.1" androidx-activity = "1.9.2" androidx-datastore = "1.1.1" -androidx-lifecycle = "2.8.5" +androidx-lifecycle = "2.8.6" androidx-wear-compose = "1.4.0" androidx-wear-tiles = "1.0.1" androidx-wear-watchface = "1.0.1" androidx-work = "2.9.1" -compose = "1.7.1" +compose = "1.7.2" compose-compiler = "1.5.15" concurrent-futures = "1.2.0" -guava = "33.3.0-android" +guava = "33.3.1-android" health-services = "1.0.0-rc02" ktlint = "0.46.1" org-jetbrains-kotlin = "1.9.25" diff --git a/health-services/PassiveDataCompose/gradle/wrapper/gradle-wrapper.properties b/health-services/PassiveDataCompose/gradle/wrapper/gradle-wrapper.properties index 0aaefbca..df97d72b 100644 --- a/health-services/PassiveDataCompose/gradle/wrapper/gradle-wrapper.properties +++ b/health-services/PassiveDataCompose/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/health-services/PassiveGoals/app/build.gradle b/health-services/PassiveGoals/app/build.gradle index 0c2a0d64..be2b3db3 100644 --- a/health-services/PassiveGoals/app/build.gradle +++ b/health-services/PassiveGoals/app/build.gradle @@ -68,7 +68,7 @@ dependencies { // Health Services implementation 'androidx.health:health-services-client:1.0.0-rc02' // Used to bridge between Futures and coroutines - implementation 'com.google.guava:guava:33.3.0-android' + implementation 'com.google.guava:guava:33.3.1-android' implementation "androidx.concurrent:concurrent-futures-ktx:1.2.0" // Datastore diff --git a/health-services/PassiveGoals/build.gradle b/health-services/PassiveGoals/build.gradle index da36c954..aab58d81 100644 --- a/health-services/PassiveGoals/build.gradle +++ b/health-services/PassiveGoals/build.gradle @@ -19,7 +19,7 @@ buildscript { ext { kotlin_version = "1.9.25" hilt_version = '2.52' - lifecycle_version = "2.8.5" + lifecycle_version = "2.8.6" } repositories { diff --git a/health-services/PassiveGoals/gradle/wrapper/gradle-wrapper.properties b/health-services/PassiveGoals/gradle/wrapper/gradle-wrapper.properties index 0aaefbca..df97d72b 100644 --- a/health-services/PassiveGoals/gradle/wrapper/gradle-wrapper.properties +++ b/health-services/PassiveGoals/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/health-services/PassiveGoalsCompose/gradle/libs.versions.toml b/health-services/PassiveGoalsCompose/gradle/libs.versions.toml index 19468a50..ddd4b1a3 100644 --- a/health-services/PassiveGoalsCompose/gradle/libs.versions.toml +++ b/health-services/PassiveGoalsCompose/gradle/libs.versions.toml @@ -3,15 +3,15 @@ accompanist-permissions = "0.36.0" android-gradle-plugin = "8.6.1" androidx-activity = "1.9.2" androidx-datastore = "1.1.1" -androidx-lifecycle = "2.8.5" +androidx-lifecycle = "2.8.6" androidx-wear-compose = "1.4.0" androidx-wear-tiles = "1.0.1" androidx-wear-watchface = "1.0.1" androidx-work = "2.9.1" -compose = "1.7.1" +compose = "1.7.2" compose-compiler = "1.5.15" concurrent-futures = "1.2.0" -guava = "33.3.0-android" +guava = "33.3.1-android" health-services = "1.0.0-rc02" ktlint = "0.46.1" org-jetbrains-kotlin = "1.9.25" diff --git a/health-services/PassiveGoalsCompose/gradle/wrapper/gradle-wrapper.properties b/health-services/PassiveGoalsCompose/gradle/wrapper/gradle-wrapper.properties index 0aaefbca..df97d72b 100644 --- a/health-services/PassiveGoalsCompose/gradle/wrapper/gradle-wrapper.properties +++ b/health-services/PassiveGoalsCompose/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME From dd08afbfa0f6dc4481cfecc812845aba13b03dfe Mon Sep 17 00:00:00 2001 From: Yuri Schimke Date: Tue, 24 Sep 2024 09:28:38 +0100 Subject: [PATCH 2/4] Update build.gradle --- health-connect/HealthConnectSample/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/health-connect/HealthConnectSample/app/build.gradle b/health-connect/HealthConnectSample/app/build.gradle index 5b992813..39f6409d 100644 --- a/health-connect/HealthConnectSample/app/build.gradle +++ b/health-connect/HealthConnectSample/app/build.gradle @@ -20,7 +20,7 @@ plugins { } android { - compileSdk 34 + compileSdk 35 defaultConfig { applicationId "com.example.healthconnectsample" @@ -97,4 +97,4 @@ dependencies { debugImplementation "androidx.compose.ui:ui-tooling" coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.2" -} \ No newline at end of file +} From 69c9f5c65256d10f6805be7a7025676fe780036a Mon Sep 17 00:00:00 2001 From: Yuri Schimke Date: Tue, 24 Sep 2024 09:28:57 +0100 Subject: [PATCH 3/4] Update HealthConnectSample.yml --- .github/workflows/HealthConnectSample.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/HealthConnectSample.yml b/.github/workflows/HealthConnectSample.yml index ed929946..dcf11238 100644 --- a/.github/workflows/HealthConnectSample.yml +++ b/.github/workflows/HealthConnectSample.yml @@ -1,4 +1,4 @@ -name: ExerciseSample +name: HealthConnectSample on: push: From 1ac84bbc6143c7c61a524a6070b55c36fa633760 Mon Sep 17 00:00:00 2001 From: Yuri Schimke Date: Tue, 24 Sep 2024 09:29:12 +0100 Subject: [PATCH 4/4] Update HealthPlatformSample.yml --- .github/workflows/HealthPlatformSample.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/HealthPlatformSample.yml b/.github/workflows/HealthPlatformSample.yml index 0d912b22..3b3cf55e 100644 --- a/.github/workflows/HealthPlatformSample.yml +++ b/.github/workflows/HealthPlatformSample.yml @@ -1,4 +1,4 @@ -name: ExerciseSample +name: HealthPlatformSample on: push: