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 Apr 18, 2024
1 parent 82424e0 commit 0b4ce8a
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 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.00')
def composeBom = platform('androidx.compose:compose-bom:2024.04.01')
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.12.0"
implementation "androidx.core:core-ktx:1.12.0"
implementation "androidx.core:core:1.13.0"
implementation "androidx.core:core-ktx:1.13.0"

// For viewmodel support
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version"
Expand Down
2 changes: 1 addition & 1 deletion health-connect/HealthConnectSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
buildscript {
ext.kotlin_version = '1.9.23'
ext {
activity_compose_version = '1.8.2'
activity_compose_version = '1.9.0'
hilt_navigation_compose_version = '1.0.0'
navigation_compose_version = '2.7.7'

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.00')
def composeBom = platform('androidx.compose:compose-bom:2024.04.01')
implementation(composeBom)

// For Health Platform
Expand Down
2 changes: 1 addition & 1 deletion health-platform-v1/HealthPlatformSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
buildscript {
ext.kotlin_version = '1.9.23'
ext {
activity_compose_version = '1.8.2'
activity_compose_version = '1.9.0'
hilt_navigation_compose_version = '1.2.0'
navigation_compose_version = '2.7.7'

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 @@ -55,7 +55,7 @@ android {

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

// Hilt dependency injection
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[versions]
android-gradle-plugin = "8.3.2"
androidx-activity = "1.8.2"
androidx-compose = "1.6.5"
androidx-activity = "1.9.0"
androidx-compose = "1.6.6"
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.26"
org-jetbrains-kotlin = "1.9.23"
ui-test-junit4 = "1.6.5"
ui-test-junit4 = "1.6.6"
robolectric = "4.12.1"
roborazzi = "1.12.0"

[libraries]
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.3.2"
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.5"
androidx-compose-runtime = "androidx.compose.runtime:runtime:1.6.6"
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
2 changes: 1 addition & 1 deletion health-services/MeasureData/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ android {

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

// Hilt dependency injection
Expand Down
4 changes: 2 additions & 2 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.34.0"
android-gradle-plugin = "8.3.2"
androidx-activity = "1.8.2"
androidx-activity = "1.9.0"
androidx-lifecycle = "2.7.0"
androidx-wear-compose = "1.3.1"
compose = "1.6.5"
compose = "1.6.6"
compose-compiler = "1.5.12"
concurrent-futures = "1.1.0"
guava = "33.1.0-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 @@ -54,7 +54,7 @@ android {

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

// Hilt dependency injection
Expand All @@ -72,7 +72,7 @@ dependencies {
implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0"

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

// Lifecycle
implementation "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version"
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
@@ -1,14 +1,14 @@
[versions]
accompanist-permissions = "0.34.0"
android-gradle-plugin = "8.3.2"
androidx-activity = "1.8.2"
androidx-datastore = "1.0.0"
androidx-activity = "1.9.0"
androidx-datastore = "1.1.0"
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.5"
compose = "1.6.6"
compose-compiler = "1.5.12"
concurrent-futures = "1.1.0"
guava = "33.1.0-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 @@ -54,7 +54,7 @@ android {

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

// Hilt dependency injection
Expand All @@ -72,7 +72,7 @@ dependencies {
implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0"

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

// Lifecycle
implementation "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version"
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
@@ -1,14 +1,14 @@
[versions]
accompanist-permissions = "0.34.0"
android-gradle-plugin = "8.3.2"
androidx-activity = "1.8.2"
androidx-datastore = "1.0.0"
androidx-activity = "1.9.0"
androidx-datastore = "1.1.0"
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.5"
compose = "1.6.6"
compose-compiler = "1.5.12"
concurrent-futures = "1.1.0"
guava = "33.1.0-android"
Expand Down

1 comment on commit 0b4ce8a

@ShukriPro
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow thanks for the updated

Please sign in to comment.