Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #307

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.09.03')
def composeBom = platform('androidx.compose:compose-bom:2024.10.00')
implementation(composeBom)

// For Health Connect
Expand Down
8 changes: 4 additions & 4 deletions health-connect/HealthConnectSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
buildscript {
ext.kotlin_version = '1.9.25'
ext {
activity_compose_version = '1.9.2'
activity_compose_version = '1.9.3'
hilt_navigation_compose_version = '1.0.0'
navigation_compose_version = '2.8.2'
navigation_compose_version = '2.8.3'

concurrent_futures_version = '1.2.0'
health_connect_version = '1.1.0-alpha09'
health_connect_version = '1.1.0-alpha10'
lifecycle_version = '2.8.6'
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.7.0'
classpath 'com.android.tools.build:gradle:8.7.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
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.09.03')
def composeBom = platform('androidx.compose:compose-bom:2024.10.00')
implementation(composeBom)

// For Health Platform
Expand Down
6 changes: 3 additions & 3 deletions health-platform-v1/HealthPlatformSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
buildscript {
ext.kotlin_version = '1.9.25'
ext {
activity_compose_version = '1.9.2'
activity_compose_version = '1.9.3'
hilt_navigation_compose_version = '1.2.0'
navigation_compose_version = '2.8.2'
navigation_compose_version = '2.8.3'

concurrent_futures_version = '1.2.0'
health_platform_version = '1.0.0-alpha01'
Expand All @@ -30,7 +30,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.7.0'
classpath 'com.android.tools.build:gradle:8.7.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
Expand Down
4 changes: 2 additions & 2 deletions health-services/ExerciseSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ dependencies {
implementation 'com.google.android.material:material:1.12.0'

// Navigation
implementation "androidx.navigation:navigation-fragment-ktx:2.8.2"
implementation "androidx.navigation:navigation-ui-ktx:2.8.2"
implementation "androidx.navigation:navigation-fragment-ktx:2.8.3"
implementation "androidx.navigation:navigation-ui-ktx:2.8.3"

// Ongoing Activity.
implementation "androidx.wear:wear-ongoing:1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion health-services/ExerciseSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.7.0'
classpath 'com.android.tools.build:gradle:8.7.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"

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,24 +1,24 @@
[versions]
android-gradle-plugin = "8.7.0"
androidx-activity = "1.9.2"
androidx-compose = "1.7.3"
android-gradle-plugin = "8.7.1"
androidx-activity = "1.9.3"
androidx-compose = "1.7.4"
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.3"
ui-test-junit4 = "1.7.4"
robolectric = "4.13"
roborazzi = "1.28.0"
roborazzi = "1.29.0"


[libraries]
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.0"
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.1"
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
androidx-compose-navigation = "androidx.navigation:navigation-compose:2.8.2"
androidx-compose-runtime = "androidx.compose.runtime:runtime:1.7.3"
androidx-compose-navigation = "androidx.navigation:navigation-compose:2.8.3"
androidx-compose-runtime = "androidx.compose.runtime:runtime:1.7.4"
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" }
Expand Down
2 changes: 1 addition & 1 deletion health-services/MeasureData/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.7.0'
classpath 'com.android.tools.build:gradle:8.7.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"

Expand Down
8 changes: 4 additions & 4 deletions health-services/MeasureDataCompose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
accompanist-permissions = "0.36.0"
android-gradle-plugin = "8.7.0"
androidx-activity = "1.9.2"
android-gradle-plugin = "8.7.1"
androidx-activity = "1.9.3"
androidx-lifecycle = "2.8.6"
androidx-wear-compose = "1.4.0"
compose = "1.7.3"
compose = "1.7.4"
compose-compiler = "1.5.15"
concurrent-futures = "1.2.0"
guava = "33.3.1-android"
Expand All @@ -15,7 +15,7 @@ org-jetbrains-kotlinx = "1.6.0"

[libraries]
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist-permissions" }
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.0"
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.1"
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
androidx-health-services = { module = "androidx.health:health-services-client", version.ref = "health-services" }
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" }
Expand Down
2 changes: 1 addition & 1 deletion health-services/PassiveData/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.7.0'
classpath 'com.android.tools.build:gradle:8.7.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"

Expand Down
8 changes: 4 additions & 4 deletions health-services/PassiveDataCompose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
accompanist-permissions = "0.36.0"
android-gradle-plugin = "8.7.0"
androidx-activity = "1.9.2"
android-gradle-plugin = "8.7.1"
androidx-activity = "1.9.3"
androidx-datastore = "1.1.1"
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.3"
compose = "1.7.4"
compose-compiler = "1.5.15"
concurrent-futures = "1.2.0"
guava = "33.3.1-android"
Expand All @@ -19,7 +19,7 @@ org-jetbrains-kotlinx = "1.6.0"

[libraries]
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist-permissions" }
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.0"
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.1"
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
androidx-datastore = { module = "androidx.datastore:datastore-preferences", version.ref = "androidx-datastore" }
androidx-health-services = { module = "androidx.health:health-services-client", version.ref = "health-services" }
Expand Down
2 changes: 1 addition & 1 deletion health-services/PassiveGoals/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.7.0'
classpath 'com.android.tools.build:gradle:8.7.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"

Expand Down
8 changes: 4 additions & 4 deletions health-services/PassiveGoalsCompose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
accompanist-permissions = "0.36.0"
android-gradle-plugin = "8.7.0"
androidx-activity = "1.9.2"
android-gradle-plugin = "8.7.1"
androidx-activity = "1.9.3"
androidx-datastore = "1.1.1"
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.3"
compose = "1.7.4"
compose-compiler = "1.5.15"
concurrent-futures = "1.2.0"
guava = "33.3.1-android"
Expand All @@ -19,7 +19,7 @@ org-jetbrains-kotlinx = "1.6.0"

[libraries]
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist-permissions" }
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.0"
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.7.1"
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
androidx-datastore = { module = "androidx.datastore:datastore-preferences", version.ref = "androidx-datastore" }
androidx-health-services = { module = "androidx.health:health-services-client", version.ref = "health-services" }
Expand Down
Loading