Skip to content

Commit

Permalink
Merge pull request #298 from android/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
yschimke authored Sep 10, 2024
2 parents 251d81c + c35e46d commit e1865c1
Show file tree
Hide file tree
Showing 25 changed files with 58 additions and 58 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,7 +65,7 @@ android {

dependencies {

def composeBom = platform('androidx.compose:compose-bom:2024.08.00')
def composeBom = platform('androidx.compose:compose-bom:2024.09.00')
implementation(composeBom)

// For Health Connect
Expand All @@ -86,7 +86,7 @@ dependencies {

// Icons
implementation "androidx.compose.material:material-icons-extended"
implementation "com.google.accompanist:accompanist-drawablepainter:0.34.0"
implementation "com.google.accompanist:accompanist-drawablepainter:0.36.0"

implementation "androidx.compose.ui:ui"
implementation "androidx.compose.material:material"
Expand All @@ -96,5 +96,5 @@ dependencies {

debugImplementation "androidx.compose.ui:ui-tooling"

coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.1"
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.2"
}
8 changes: 4 additions & 4 deletions health-connect/HealthConnectSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
buildscript {
ext.kotlin_version = '1.9.25'
ext {
activity_compose_version = '1.9.1'
activity_compose_version = '1.9.2'
hilt_navigation_compose_version = '1.0.0'
navigation_compose_version = '2.7.7'
navigation_compose_version = '2.8.0'

concurrent_futures_version = '1.2.0'
health_connect_version = '1.1.0-alpha07'
lifecycle_version = '2.8.4'
health_connect_version = '1.1.0-alpha08'
lifecycle_version = '2.8.5'
}
repositories {
google()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions 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.08.00')
def composeBom = platform('androidx.compose:compose-bom:2024.09.00')
implementation(composeBom)

// For Health Platform
Expand All @@ -97,5 +97,5 @@ dependencies {

debugImplementation "androidx.compose.ui:ui-tooling"

coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.1"
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:2.1.2"
}
6 changes: 3 additions & 3 deletions health-platform-v1/HealthPlatformSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
buildscript {
ext.kotlin_version = '1.9.25'
ext {
activity_compose_version = '1.9.1'
activity_compose_version = '1.9.2'
hilt_navigation_compose_version = '1.2.0'
navigation_compose_version = '2.7.7'
navigation_compose_version = '2.8.0'

concurrent_futures_version = '1.2.0'
health_platform_version = '1.0.0-alpha01'
lifecycle_version = '2.8.4'
lifecycle_version = '2.8.5'
}
repositories {
google()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
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 @@ -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.8.2"
implementation "androidx.fragment:fragment-ktx:1.8.3"

// Hilt dependency injection
implementation "com.google.dagger:hilt-android:$hilt_version"
Expand All @@ -81,8 +81,8 @@ dependencies {
implementation 'com.google.android.material:material:1.12.0'

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

// Ongoing Activity.
implementation "androidx.wear:wear-ongoing:1.0.0"
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.25"
hilt_version = '2.52'
lifecycle_version = "2.8.4"
lifecycle_version = "2.8.5"
}

repositories {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
20 changes: 10 additions & 10 deletions health-services/ExerciseSampleCompose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
[versions]
android-gradle-plugin = "8.6.0"
androidx-activity = "1.9.1"
androidx-compose = "1.7.0-rc01"
androidx-lifecycle = "2.8.4"
androidx-wear-compose = "1.3.1"
androidx-activity = "1.9.2"
androidx-compose = "1.7.0"
androidx-lifecycle = "2.8.5"
androidx-wear-compose = "1.4.0"
core-splashscreen = "1.0.1"
dagger = "2.52"
health-services = "1.0.0-rc02"
horologist = "0.5.28"
org-jetbrains-kotlin = "1.9.25"
ui-test-junit4 = "1.6.8"
ui-test-junit4 = "1.7.0"
robolectric = "4.13"
roborazzi = "1.26.0"


[libraries]
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.6.0"
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.8"
androidx-compose-navigation = "androidx.navigation:navigation-compose:2.8.0"
androidx-compose-runtime = "androidx.compose.runtime:runtime:1.7.0"
androidx-compose-ui-tooling = { module = "androidx.wear.compose:compose-ui-tooling", version.ref = "androidx-wear-compose" }
androidx-concurrent = "androidx.concurrent:concurrent-futures-ktx:1.2.0"
androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "core-splashscreen" }
androidx-health-services = { module = "androidx.health:health-services-client", version.ref = "health-services" }
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.8.4"
androidx-lifecycle-runtime-compose = "androidx.lifecycle:lifecycle-runtime-compose:2.8.5"
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 All @@ -37,10 +37,10 @@ compose-compiler = "androidx.compose.compiler:compiler:1.5.15"
compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "androidx-compose" }
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "androidx-compose" }
compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "androidx-compose" }
compose-wear-navigation = "androidx.wear.compose:compose-navigation:1.3.1"
compose-wear-navigation = "androidx.wear.compose:compose-navigation:1.4.0"
dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "dagger"}
dagger-hilt-android-compiler = {module = "com.google.dagger:hilt-android-compiler", version.ref = "dagger"}
desugar-jdk-libs = "com.android.tools:desugar_jdk_libs:2.1.1"
desugar-jdk-libs = "com.android.tools:desugar_jdk_libs:2.1.2"
guava = "com.google.guava:guava:33.3.0-android"
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" }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
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.8.2"
implementation "androidx.fragment:fragment-ktx:1.8.3"
implementation 'androidx.work:work-runtime:2.9.1'

// Hilt dependency injection
Expand All @@ -74,8 +74,8 @@ dependencies {
implementation "androidx.concurrent:concurrent-futures-ktx:1.2.0"

// Lifecycle
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.4"
implementation "androidx.lifecycle:lifecycle-service:2.8.4"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.5"
implementation "androidx.lifecycle:lifecycle-service:2.8.5"

// Material
implementation 'com.google.android.material:material:1.12.0'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
10 changes: 5 additions & 5 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"
accompanist-permissions = "0.36.0"
android-gradle-plugin = "8.6.0"
androidx-activity = "1.9.1"
androidx-lifecycle = "2.8.4"
androidx-wear-compose = "1.3.1"
compose = "1.7.0-rc01"
androidx-activity = "1.9.2"
androidx-lifecycle = "2.8.5"
androidx-wear-compose = "1.4.0"
compose = "1.7.0"
compose-compiler = "1.5.15"
concurrent-futures = "1.2.0"
guava = "33.3.0-android"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
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.8.2"
implementation "androidx.fragment:fragment-ktx:1.8.3"

// 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.25'
hilt_version = '2.52'
lifecycle_version = '2.8.4'
lifecycle_version = '2.8.5'
}
repositories {
google()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
10 changes: 5 additions & 5 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"
accompanist-permissions = "0.36.0"
android-gradle-plugin = "8.6.0"
androidx-activity = "1.9.1"
androidx-activity = "1.9.2"
androidx-datastore = "1.1.1"
androidx-lifecycle = "2.8.4"
androidx-wear-compose = "1.3.1"
androidx-lifecycle = "2.8.5"
androidx-wear-compose = "1.4.0"
androidx-wear-tiles = "1.0.1"
androidx-wear-watchface = "1.0.1"
androidx-work = "2.9.1"
compose = "1.7.0-rc01"
compose = "1.7.0"
compose-compiler = "1.5.15"
concurrent-futures = "1.2.0"
guava = "33.3.0-android"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
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.8.2"
implementation "androidx.fragment:fragment-ktx:1.8.3"

// 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.25"
hilt_version = '2.52'
lifecycle_version = "2.8.4"
lifecycle_version = "2.8.5"
}

repositories {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
10 changes: 5 additions & 5 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"
accompanist-permissions = "0.36.0"
android-gradle-plugin = "8.6.0"
androidx-activity = "1.9.1"
androidx-activity = "1.9.2"
androidx-datastore = "1.1.1"
androidx-lifecycle = "2.8.4"
androidx-wear-compose = "1.3.1"
androidx-lifecycle = "2.8.5"
androidx-wear-compose = "1.4.0"
androidx-wear-tiles = "1.0.1"
androidx-wear-watchface = "1.0.1"
androidx-work = "2.9.1"
compose = "1.7.0-rc01"
compose = "1.7.0"
compose-compiler = "1.5.15"
concurrent-futures = "1.2.0"
guava = "33.3.0-android"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit e1865c1

Please sign in to comment.