Skip to content

Commit

Permalink
Merge pull request android#230 from android/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
yschimke authored Feb 24, 2024
2 parents 13fa7cf + 0ed50e0 commit 7bd3121
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 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.02.00')
def composeBom = platform('androidx.compose:compose-bom:2024.02.01')
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.02.00')
def composeBom = platform('androidx.compose:compose-bom:2024.02.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 @@ -18,7 +18,7 @@ buildscript {
ext.kotlin_version = '1.9.22'
ext {
activity_compose_version = '1.8.2'
hilt_navigation_compose_version = '1.1.0'
hilt_navigation_compose_version = '1.2.0'
navigation_compose_version = '2.7.7'

concurrent_futures_version = '1.1.0'
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 @@ -61,8 +61,8 @@ dependencies {
// Hilt dependency injection
implementation "com.google.dagger:hilt-android:$hilt_version"
kapt "com.google.dagger:hilt-android-compiler:$hilt_version"
implementation 'androidx.hilt:hilt-work:1.1.0'
kapt 'androidx.hilt:hilt-compiler:1.1.0'
implementation 'androidx.hilt:hilt-work:1.2.0'
kapt 'androidx.hilt:hilt-compiler:1.2.0'
implementation "androidx.work:work-runtime-ktx:2.9.0"

// Wear
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[versions]
android-gradle-plugin = "8.2.2"
androidx-activity = "1.8.2"
androidx-compose = "1.6.1"
androidx-compose = "1.6.2"
androidx-lifecycle = "2.7.0"
androidx-wear-compose = "1.3.0"
core-splashscreen = "1.0.1"
dagger = "2.50"
health-services = "1.0.0-rc01"
horologist = "0.5.21"
horologist = "0.5.22"
org-jetbrains-kotlin = "1.9.22"

[libraries]
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.2.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.1"
androidx-compose-runtime = "androidx.compose.runtime:runtime:1.6.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.1.0"
androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "core-splashscreen" }
Expand All @@ -36,7 +36,7 @@ dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref =
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"
guava = "com.google.guava:guava:33.0.0-android"
hilt-navigation-compose = "androidx.hilt:hilt-navigation-compose:1.1.0"
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" }
horologist-health-composables = { module = "com.google.android.horologist:horologist-health-composables", version.ref = "horologist" }
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 @@ -61,8 +61,8 @@ dependencies {
// Hilt dependency injection
implementation "com.google.dagger:hilt-android:$hilt_version"
kapt "com.google.dagger:hilt-android-compiler:$hilt_version"
implementation 'androidx.hilt:hilt-work:1.1.0'
kapt 'androidx.hilt:hilt-compiler:1.1.0'
implementation 'androidx.hilt:hilt-work:1.2.0'
kapt 'androidx.hilt:hilt-compiler:1.2.0'

// Wear
implementation 'androidx.wear:wear:1.3.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ android-gradle-plugin = "8.2.2"
androidx-activity = "1.8.2"
androidx-lifecycle = "2.7.0"
androidx-wear-compose = "1.3.0"
compose = "1.6.1"
compose = "1.6.2"
compose-compiler = "1.5.10"
concurrent-futures = "1.1.0"
guava = "33.0.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 @@ -60,8 +60,8 @@ dependencies {
// Hilt dependency injection
implementation "com.google.dagger:hilt-android:$hilt_version"
kapt "com.google.dagger:hilt-android-compiler:$hilt_version"
implementation 'androidx.hilt:hilt-work:1.1.0'
kapt 'androidx.hilt:hilt-compiler:1.1.0'
implementation 'androidx.hilt:hilt-work:1.2.0'
kapt 'androidx.hilt:hilt-compiler:1.2.0'

// Wear
implementation 'androidx.wear:wear:1.3.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ androidx-wear-compose = "1.3.0"
androidx-wear-tiles = "1.0.1"
androidx-wear-watchface = "1.0.1"
androidx-work = "2.9.0"
compose = "1.6.1"
compose = "1.6.2"
compose-compiler = "1.5.10"
concurrent-futures = "1.1.0"
guava = "33.0.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 @@ -60,8 +60,8 @@ dependencies {
// Hilt dependency injection
implementation "com.google.dagger:hilt-android:$hilt_version"
kapt "com.google.dagger:hilt-android-compiler:$hilt_version"
implementation 'androidx.hilt:hilt-work:1.1.0'
kapt 'androidx.hilt:hilt-compiler:1.1.0'
implementation 'androidx.hilt:hilt-work:1.2.0'
kapt 'androidx.hilt:hilt-compiler:1.2.0'

// Wear
implementation 'androidx.wear:wear:1.3.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ androidx-wear-compose = "1.3.0"
androidx-wear-tiles = "1.0.1"
androidx-wear-watchface = "1.0.1"
androidx-work = "2.9.0"
compose = "1.6.1"
compose = "1.6.2"
compose-compiler = "1.5.10"
concurrent-futures = "1.1.0"
guava = "33.0.0-android"
Expand Down

0 comments on commit 7bd3121

Please sign in to comment.