Skip to content

Commit

Permalink
Merge pull request #227 from android/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
yschimke authored Feb 23, 2024
2 parents d065b0c + 51d15a0 commit f3c2849
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 16 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.01.00')
def composeBom = platform('androidx.compose:compose-bom:2024.02.00')
implementation(composeBom)

// For Health Connect
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 @@ -19,7 +19,7 @@ buildscript {
ext {
activity_compose_version = '1.8.2'
hilt_navigation_compose_version = '1.0.0'
navigation_compose_version = '2.7.6'
navigation_compose_version = '2.7.7'

concurrent_futures_version = '1.1.0'
health_connect_version = '1.1.0-alpha07'
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.01.00')
def composeBom = platform('androidx.compose:compose-bom:2024.02.00')
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 @@ -19,7 +19,7 @@ buildscript {
ext {
activity_compose_version = '1.8.2'
hilt_navigation_compose_version = '1.1.0'
navigation_compose_version = '2.7.6'
navigation_compose_version = '2.7.7'

concurrent_futures_version = '1.1.0'
health_platform_version = '1.0.0-alpha01'
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.11.0'

// Navigation
implementation "androidx.navigation:navigation-fragment-ktx:2.7.6"
implementation "androidx.navigation:navigation-ui-ktx:2.7.6"
implementation "androidx.navigation:navigation-fragment-ktx:2.7.7"
implementation "androidx.navigation:navigation-ui-ktx:2.7.7"

// Ongoing Activity.
implementation "androidx.wear:wear-ongoing:1.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package com.example.exercisesamplecompose.presentation.dialogs

import androidx.compose.runtime.Composable
import androidx.compose.ui.res.stringResource
import androidx.wear.compose.foundation.lazy.rememberScalingLazyListState
import androidx.wear.compose.ui.tooling.preview.WearPreviewDevices
import com.example.exercisesamplecompose.R
import com.google.android.horologist.annotations.ExperimentalHorologistApi
Expand All @@ -35,8 +34,8 @@ fun ExerciseInProgressAlert(
AlertDialog(
title = stringResource(id = R.string.exercise_in_progress),
message = stringResource(id = R.string.ending_continue),
onCancelButtonClick = onNegative,
onOKButtonClick = onPositive,
onCancel = onNegative,
onOk = onPositive,
showDialog = showDialog,
)
}
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.0"
androidx-compose = "1.6.1"
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.20"
horologist = "0.5.21"
org-jetbrains-kotlin = "1.9.21"

[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.6"
androidx-compose-runtime = "androidx.compose.runtime:runtime:1.6.0"
androidx-compose-navigation = "androidx.navigation:navigation-compose:2.7.7"
androidx-compose-runtime = "androidx.compose.runtime:runtime:1.6.1"
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
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.0"
compose = "1.6.1"
compose-compiler = "1.5.7"
concurrent-futures = "1.1.0"
guava = "33.0.0-android"
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.0"
compose = "1.6.1"
compose-compiler = "1.5.7"
concurrent-futures = "1.1.0"
guava = "33.0.0-android"
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.0"
compose = "1.6.1"
compose-compiler = "1.5.7"
concurrent-futures = "1.1.0"
guava = "33.0.0-android"
Expand Down

0 comments on commit f3c2849

Please sign in to comment.