Skip to content

Commit

Permalink
Merge pull request #258 from android/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
yschimke authored May 17, 2024
2 parents 45ca97e + 3ebd58a commit 4207b1c
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion health-connect/HealthConnectSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {

concurrent_futures_version = '1.1.0'
health_connect_version = '1.1.0-alpha07'
lifecycle_version = '2.7.0'
lifecycle_version = '2.8.0'
}
repositories {
google()
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 @@ -23,7 +23,7 @@ buildscript {

concurrent_futures_version = '1.1.0'
health_platform_version = '1.0.0-alpha01'
lifecycle_version = '2.7.0'
lifecycle_version = '2.8.0'
}
repositories {
google()
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 @@ -56,7 +56,7 @@ android {
dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.core:core-ktx:1.13.1'
implementation "androidx.fragment:fragment-ktx:1.7.0"
implementation "androidx.fragment:fragment-ktx:1.7.1"

// Hilt dependency injection
implementation "com.google.dagger:hilt-android:$hilt_version"
Expand Down
2 changes: 1 addition & 1 deletion health-services/ExerciseSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
ext {
kotlin_version = "1.9.23"
hilt_version = '2.51.1'
lifecycle_version = "2.7.0"
lifecycle_version = "2.8.0"
}

repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
android-gradle-plugin = "8.4.0"
androidx-activity = "1.9.0"
androidx-compose = "1.6.7"
androidx-lifecycle = "2.7.0"
androidx-lifecycle = "2.8.0"
androidx-wear-compose = "1.3.1"
core-splashscreen = "1.0.1"
dagger = "2.51.1"
Expand All @@ -11,7 +11,7 @@ horologist = "0.5.27"
org-jetbrains-kotlin = "1.9.23"
ui-test-junit4 = "1.6.7"
robolectric = "4.12.1"
roborazzi = "1.15.0"
roborazzi = "1.16.0"

[libraries]
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.4.0"
Expand All @@ -25,7 +25,7 @@ androidx-health-services = { module = "androidx.health:health-services-client",
androidx-lifecycle-common-java8 = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "androidx-lifecycle"}
androidx-lifecycle-extensions = "androidx.lifecycle:lifecycle-extensions:2.2.0"
androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle"}
androidx-lifecycle-runtime-compose = "androidx.lifecycle:lifecycle-runtime-compose:2.7.0"
androidx-lifecycle-runtime-compose = "androidx.lifecycle:lifecycle-runtime-compose:2.8.0"
androidx-lifecycle-service = {module = "androidx.lifecycle:lifecycle-service", version.ref = "androidx-lifecycle"}
androidx-lifecycle-viewmodel = {module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle"}
androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "androidx-compose" }
Expand Down
6 changes: 3 additions & 3 deletions health-services/MeasureData/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ android {
dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.core:core-ktx:1.13.1'
implementation "androidx.fragment:fragment-ktx:1.7.0"
implementation "androidx.fragment:fragment-ktx:1.7.1"

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

// Lifecycle
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0"
implementation "androidx.lifecycle:lifecycle-service:2.7.0"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.0"
implementation "androidx.lifecycle:lifecycle-service:2.8.0"

// Material
implementation 'com.google.android.material:material:1.12.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
accompanist-permissions = "0.34.0"
android-gradle-plugin = "8.4.0"
androidx-activity = "1.9.0"
androidx-lifecycle = "2.7.0"
androidx-lifecycle = "2.8.0"
androidx-wear-compose = "1.3.1"
compose = "1.6.7"
compose-compiler = "1.5.12"
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 @@ -55,7 +55,7 @@ android {
dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.core:core-ktx:1.13.1'
implementation "androidx.fragment:fragment-ktx:1.7.0"
implementation "androidx.fragment:fragment-ktx:1.7.1"

// Hilt dependency injection
implementation "com.google.dagger:hilt-android:$hilt_version"
Expand Down
2 changes: 1 addition & 1 deletion health-services/PassiveData/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
ext {
kotlin_version = '1.9.23'
hilt_version = '2.51.1'
lifecycle_version = '2.7.0'
lifecycle_version = '2.8.0'
}
repositories {
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ accompanist-permissions = "0.34.0"
android-gradle-plugin = "8.4.0"
androidx-activity = "1.9.0"
androidx-datastore = "1.1.1"
androidx-lifecycle = "2.7.0"
androidx-lifecycle = "2.8.0"
androidx-wear-compose = "1.3.1"
androidx-wear-tiles = "1.0.1"
androidx-wear-watchface = "1.0.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 @@ -55,7 +55,7 @@ android {
dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.core:core-ktx:1.13.1'
implementation "androidx.fragment:fragment-ktx:1.7.0"
implementation "androidx.fragment:fragment-ktx:1.7.1"

// Hilt dependency injection
implementation "com.google.dagger:hilt-android:$hilt_version"
Expand Down
2 changes: 1 addition & 1 deletion health-services/PassiveGoals/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
ext {
kotlin_version = "1.9.23"
hilt_version = '2.51.1'
lifecycle_version = "2.7.0"
lifecycle_version = "2.8.0"
}

repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ accompanist-permissions = "0.34.0"
android-gradle-plugin = "8.4.0"
androidx-activity = "1.9.0"
androidx-datastore = "1.1.1"
androidx-lifecycle = "2.7.0"
androidx-lifecycle = "2.8.0"
androidx-wear-compose = "1.3.1"
androidx-wear-tiles = "1.0.1"
androidx-wear-watchface = "1.0.1"
Expand Down

0 comments on commit 4207b1c

Please sign in to comment.