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 May 2, 2024
1 parent 4ba47a9 commit 67ae1b0
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions health-connect/HealthConnectSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ android {

dependencies {

def composeBom = platform('androidx.compose:compose-bom:2024.04.01')
def composeBom = platform('androidx.compose:compose-bom:2024.05.00')
implementation(composeBom)

// For Health Connect
implementation "androidx.health.connect:connect-client:$health_connect_version"

// Fix permissions issue until 1.1.0-alpha02
implementation "androidx.core:core:1.13.0"
implementation "androidx.core:core-ktx:1.13.0"
implementation "androidx.core:core:1.13.1"
implementation "androidx.core:core-ktx:1.13.1"

// For viewmodel support
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version"
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.04.01')
def composeBom = platform('androidx.compose:compose-bom:2024.05.00')
implementation(composeBom)

// For Health Platform
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 @@ -55,8 +55,8 @@ android {

dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.core:core-ktx:1.13.0'
implementation "androidx.fragment:fragment-ktx:1.6.2"
implementation 'androidx.core:core-ktx:1.13.1'
implementation "androidx.fragment:fragment-ktx:1.7.0"

// Hilt dependency injection
implementation "com.google.dagger:hilt-android:$hilt_version"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[versions]
android-gradle-plugin = "8.4.0"
androidx-activity = "1.9.0"
androidx-compose = "1.6.6"
androidx-compose = "1.6.7"
androidx-lifecycle = "2.7.0"
androidx-wear-compose = "1.3.1"
core-splashscreen = "1.0.1"
dagger = "2.51.1"
health-services = "1.0.0-rc02"
horologist = "0.5.27"
org-jetbrains-kotlin = "1.9.23"
ui-test-junit4 = "1.6.6"
ui-test-junit4 = "1.6.7"
robolectric = "4.12.1"
roborazzi = "1.13.0"

[libraries]
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.4.0"
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.6"
androidx-compose-runtime = "androidx.compose.runtime:runtime:1.6.7"
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 Down
4 changes: 2 additions & 2 deletions health-services/MeasureData/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ android {

dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.core:core-ktx:1.13.0'
implementation "androidx.fragment:fragment-ktx:1.6.2"
implementation 'androidx.core:core-ktx:1.13.1'
implementation "androidx.fragment:fragment-ktx:1.7.0"

// 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.4.0"
androidx-activity = "1.9.0"
androidx-lifecycle = "2.7.0"
androidx-wear-compose = "1.3.1"
compose = "1.6.6"
compose = "1.6.7"
compose-compiler = "1.5.12"
concurrent-futures = "1.1.0"
guava = "33.1.0-android"
Expand Down
6 changes: 3 additions & 3 deletions health-services/PassiveData/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ android {

dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.core:core-ktx:1.13.0'
implementation "androidx.fragment:fragment-ktx:1.6.2"
implementation 'androidx.core:core-ktx:1.13.1'
implementation "androidx.fragment:fragment-ktx:1.7.0"

// Hilt dependency injection
implementation "com.google.dagger:hilt-android:$hilt_version"
Expand All @@ -72,7 +72,7 @@ dependencies {
implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0"

// Datastore
implementation "androidx.datastore:datastore-preferences:1.1.0"
implementation "androidx.datastore:datastore-preferences:1.1.1"

// Lifecycle
implementation "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version"
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 @@ -2,13 +2,13 @@
accompanist-permissions = "0.34.0"
android-gradle-plugin = "8.4.0"
androidx-activity = "1.9.0"
androidx-datastore = "1.1.0"
androidx-datastore = "1.1.1"
androidx-lifecycle = "2.7.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.6"
compose = "1.6.7"
compose-compiler = "1.5.12"
concurrent-futures = "1.1.0"
guava = "33.1.0-android"
Expand Down
6 changes: 3 additions & 3 deletions health-services/PassiveGoals/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ android {

dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.core:core-ktx:1.13.0'
implementation "androidx.fragment:fragment-ktx:1.6.2"
implementation 'androidx.core:core-ktx:1.13.1'
implementation "androidx.fragment:fragment-ktx:1.7.0"

// Hilt dependency injection
implementation "com.google.dagger:hilt-android:$hilt_version"
Expand All @@ -72,7 +72,7 @@ dependencies {
implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0"

// Datastore
implementation "androidx.datastore:datastore-preferences:1.1.0"
implementation "androidx.datastore:datastore-preferences:1.1.1"

// Lifecycle
implementation "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version"
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 @@ -2,13 +2,13 @@
accompanist-permissions = "0.34.0"
android-gradle-plugin = "8.4.0"
androidx-activity = "1.9.0"
androidx-datastore = "1.1.0"
androidx-datastore = "1.1.1"
androidx-lifecycle = "2.7.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.6"
compose = "1.6.7"
compose-compiler = "1.5.12"
concurrent-futures = "1.1.0"
guava = "33.1.0-android"
Expand Down

0 comments on commit 67ae1b0

Please sign in to comment.