Skip to content

Commit

Permalink
Merge pull request #233 from android/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
yschimke authored Mar 19, 2024
2 parents 36ceec2 + dec7082 commit d4786e0
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 30 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.01')
def composeBom = platform('androidx.compose:compose-bom:2024.02.02')
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 @@ -30,7 +30,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.2'
classpath 'com.android.tools.build:gradle:8.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
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.01')
def composeBom = platform('androidx.compose:compose-bom:2024.02.02')
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 @@ -30,7 +30,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.2'
classpath 'com.android.tools.build:gradle:8.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
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 @@ -70,7 +70,7 @@ dependencies {
// Health Services
implementation 'androidx.health:health-services-client:1.0.0-rc01'
// Used to bridge between Futures and coroutines
implementation 'com.google.guava:guava:33.0.0-android'
implementation 'com.google.guava:guava:33.1.0-android'
implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0"

// Lifecycle
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 @@ -28,7 +28,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.2.2'
classpath 'com.android.tools.build:gradle:8.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"

Expand Down
12 changes: 6 additions & 6 deletions health-services/ExerciseSampleCompose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[versions]
android-gradle-plugin = "8.2.2"
android-gradle-plugin = "8.3.1"
androidx-activity = "1.8.2"
androidx-compose = "1.6.2"
androidx-compose = "1.6.3"
androidx-lifecycle = "2.7.0"
androidx-wear-compose = "1.3.0"
core-splashscreen = "1.0.1"
dagger = "2.51"
health-services = "1.0.0-rc01"
horologist = "0.5.22"
horologist = "0.5.25"
org-jetbrains-kotlin = "1.9.22"

[libraries]
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.2.2"
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.3.1"
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.2"
androidx-compose-runtime = "androidx.compose.runtime:runtime:1.6.3"
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 @@ -35,7 +35,7 @@ compose-wear-navigation = "androidx.wear.compose:compose-navigation:1.3.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.0.4"
guava = "com.google.guava:guava:33.0.0-android"
guava = "com.google.guava:guava:33.1.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" }
horologist-compose-material = { module = "com.google.android.horologist:horologist-compose-material", version.ref = "horologist" }
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 @@ -69,7 +69,7 @@ dependencies {
// Health Services
implementation 'androidx.health:health-services-client:1.0.0-rc01'
// Used to bridge between Futures and coroutines
implementation 'com.google.guava:guava:33.0.0-android'
implementation 'com.google.guava:guava:33.1.0-android'
implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0"

// Lifecycle
Expand Down
2 changes: 1 addition & 1 deletion health-services/MeasureData/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.2'
classpath 'com.android.tools.build:gradle:8.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"

Expand Down
8 changes: 4 additions & 4 deletions health-services/MeasureDataCompose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[versions]
accompanist-permissions = "0.34.0"
android-gradle-plugin = "8.2.2"
android-gradle-plugin = "8.3.1"
androidx-activity = "1.8.2"
androidx-lifecycle = "2.7.0"
androidx-wear-compose = "1.3.0"
compose = "1.6.2"
compose = "1.6.3"
compose-compiler = "1.5.10"
concurrent-futures = "1.1.0"
guava = "33.0.0-android"
guava = "33.1.0-android"
health-services = "1.0.0-rc01"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.9.22"
org-jetbrains-kotlinx = "1.6.0"

[libraries]
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist-permissions" }
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.2.2"
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.3.1"
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
androidx-health-services = { module = "androidx.health:health-services-client", version.ref = "health-services" }
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" }
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 @@ -68,7 +68,7 @@ dependencies {
// Health Services
implementation 'androidx.health:health-services-client:1.0.0-rc01'
// Used to bridge between Futures and coroutines
implementation 'com.google.guava:guava:33.0.0-android'
implementation 'com.google.guava:guava:33.1.0-android'
implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0"

// Datastore
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 @@ -26,7 +26,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.2'
classpath 'com.android.tools.build:gradle:8.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"

Expand Down
8 changes: 4 additions & 4 deletions health-services/PassiveDataCompose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[versions]
accompanist-permissions = "0.34.0"
android-gradle-plugin = "8.2.2"
android-gradle-plugin = "8.3.1"
androidx-activity = "1.8.2"
androidx-datastore = "1.0.0"
androidx-lifecycle = "2.7.0"
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.2"
compose = "1.6.3"
compose-compiler = "1.5.10"
concurrent-futures = "1.1.0"
guava = "33.0.0-android"
guava = "33.1.0-android"
health-services = "1.0.0-rc01"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.9.22"
org-jetbrains-kotlinx = "1.6.0"

[libraries]
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist-permissions" }
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.2.2"
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.3.1"
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
androidx-datastore = { module = "androidx.datastore:datastore-preferences", version.ref = "androidx-datastore" }
androidx-health-services = { module = "androidx.health:health-services-client", version.ref = "health-services" }
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 @@ -68,7 +68,7 @@ dependencies {
// Health Services
implementation 'androidx.health:health-services-client:1.0.0-rc01'
// Used to bridge between Futures and coroutines
implementation 'com.google.guava:guava:33.0.0-android'
implementation 'com.google.guava:guava:33.1.0-android'
implementation "androidx.concurrent:concurrent-futures-ktx:1.1.0"

// Datastore
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 @@ -27,7 +27,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.2'
classpath 'com.android.tools.build:gradle:8.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"

Expand Down
8 changes: 4 additions & 4 deletions health-services/PassiveGoalsCompose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[versions]
accompanist-permissions = "0.34.0"
android-gradle-plugin = "8.2.2"
android-gradle-plugin = "8.3.1"
androidx-activity = "1.8.2"
androidx-datastore = "1.0.0"
androidx-lifecycle = "2.7.0"
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.2"
compose = "1.6.3"
compose-compiler = "1.5.10"
concurrent-futures = "1.1.0"
guava = "33.0.0-android"
guava = "33.1.0-android"
health-services = "1.0.0-rc01"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.9.22"
org-jetbrains-kotlinx = "1.6.0"

[libraries]
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist-permissions" }
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.2.2"
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.3.1"
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
androidx-datastore = { module = "androidx.datastore:datastore-preferences", version.ref = "androidx-datastore" }
androidx-health-services = { module = "androidx.health:health-services-client", version.ref = "health-services" }
Expand Down

0 comments on commit d4786e0

Please sign in to comment.