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 Dec 14, 2023
1 parent 219ce97 commit 60ebfbf
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions health-connect/HealthConnectSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
buildscript {
ext.kotlin_version = '1.9.21'
ext {
activity_compose_version = '1.8.1'
activity_compose_version = '1.8.2'
hilt_navigation_compose_version = '1.0.0'
navigation_compose_version = '2.7.5'
navigation_compose_version = '2.7.6'

concurrent_futures_version = '1.1.0'
health_connect_version = '1.1.0-alpha06'
Expand Down
4 changes: 2 additions & 2 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.21'
ext {
activity_compose_version = '1.8.1'
activity_compose_version = '1.8.2'
hilt_navigation_compose_version = '1.1.0'
navigation_compose_version = '2.7.5'
navigation_compose_version = '2.7.6'

concurrent_futures_version = '1.1.0'
health_platform_version = '1.0.0-alpha01'
Expand Down
6 changes: 3 additions & 3 deletions health-services/ExerciseSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-service:$lifecycle_version"

// Material
implementation 'com.google.android.material:material:1.10.0'
implementation 'com.google.android.material:material:1.11.0'

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

// Ongoing Activity.
implementation "androidx.wear:wear-ongoing:1.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[versions]
android-gradle-plugin = "8.2.0"
androidx-activity = "1.8.1"
androidx-activity = "1.8.2"
androidx-compose = "1.5.4"
androidx-lifecycle = "2.6.2"
androidx-wear-compose = "1.2.1"
core-splashscreen = "1.0.1"
dagger = "2.49"
health-services = "1.0.0-rc01"
horologist = "0.5.13"
horologist = "0.5.14"
org-jetbrains-kotlin = "1.9.21"

[libraries]
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.2.0"
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
androidx-compose-navigation = "androidx.navigation:navigation-compose:2.7.5"
androidx-compose-navigation = "androidx.navigation:navigation-compose:2.7.6"
androidx-compose-runtime = "androidx.compose.runtime:runtime:1.5.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.1.0"
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 @@ -77,5 +77,5 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-service:2.6.2"

// Material
implementation 'com.google.android.material:material:1.10.0'
implementation 'com.google.android.material:material:1.11.0'
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
accompanist-permissions = "0.32.0"
android-gradle-plugin = "8.2.0"
androidx-activity = "1.8.1"
androidx-activity = "1.8.2"
androidx-lifecycle = "2.6.2"
androidx-wear-compose = "1.2.1"
compose = "1.5.4"
Expand Down
2 changes: 1 addition & 1 deletion health-services/PassiveData/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ dependencies {
implementation "androidx.work:work-runtime-ktx:2.9.0"

// Material
implementation 'com.google.android.material:material:1.10.0'
implementation 'com.google.android.material:material:1.11.0'
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
accompanist-permissions = "0.32.0"
android-gradle-plugin = "8.2.0"
androidx-activity = "1.8.1"
androidx-activity = "1.8.2"
androidx-datastore = "1.0.0"
androidx-lifecycle = "2.6.2"
androidx-wear-compose = "1.2.1"
Expand Down
2 changes: 1 addition & 1 deletion health-services/PassiveGoals/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ dependencies {
implementation "androidx.work:work-runtime-ktx:2.9.0"

// Material
implementation 'com.google.android.material:material:1.10.0'
implementation 'com.google.android.material:material:1.11.0'
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
accompanist-permissions = "0.32.0"
android-gradle-plugin = "8.2.0"
androidx-activity = "1.8.1"
androidx-activity = "1.8.2"
androidx-datastore = "1.0.0"
androidx-lifecycle = "2.6.2"
androidx-wear-compose = "1.2.1"
Expand Down

0 comments on commit 60ebfbf

Please sign in to comment.