Skip to content

Commit

Permalink
Merge pull request #289 from android/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
yschimke authored Aug 22, 2024
2 parents 8253f44 + 054461c commit efa7d41
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 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.06.00')
def composeBom = platform('androidx.compose:compose-bom:2024.08.00')
implementation(composeBom)

// For Health Connect
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.06.00')
def composeBom = platform('androidx.compose:compose-bom:2024.08.00')
implementation(composeBom)

// For Health Platform
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-rc02'
// Used to bridge between Futures and coroutines
implementation 'com.google.guava:guava:33.2.1-android'
implementation 'com.google.guava:guava:33.3.0-android'
implementation "androidx.concurrent:concurrent-futures-ktx:1.2.0"

// Lifecycle
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
android-gradle-plugin = "8.5.2"
androidx-activity = "1.9.1"
androidx-compose = "1.7.0-beta07"
androidx-compose = "1.7.0-rc01"
androidx-lifecycle = "2.8.4"
androidx-wear-compose = "1.3.1"
core-splashscreen = "1.0.1"
Expand Down Expand Up @@ -40,7 +40,7 @@ compose-wear-navigation = "androidx.wear.compose:compose-navigation:1.3.1"
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.2.1-android"
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" }
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 @@ -70,7 +70,7 @@ dependencies {
// Health Services
implementation 'androidx.health:health-services-client:1.0.0-rc02'
// Used to bridge between Futures and coroutines
implementation 'com.google.guava:guava:33.2.1-android'
implementation 'com.google.guava:guava:33.3.0-android'
implementation "androidx.concurrent:concurrent-futures-ktx:1.2.0"

// Lifecycle
Expand Down
4 changes: 2 additions & 2 deletions health-services/MeasureDataCompose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ android-gradle-plugin = "8.5.2"
androidx-activity = "1.9.1"
androidx-lifecycle = "2.8.4"
androidx-wear-compose = "1.3.1"
compose = "1.7.0-beta07"
compose = "1.7.0-rc01"
compose-compiler = "1.5.15"
concurrent-futures = "1.2.0"
guava = "33.2.1-android"
guava = "33.3.0-android"
health-services = "1.0.0-rc02"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.9.25"
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-rc02'
// Used to bridge between Futures and coroutines
implementation 'com.google.guava:guava:33.2.1-android'
implementation 'com.google.guava:guava:33.3.0-android'
implementation "androidx.concurrent:concurrent-futures-ktx:1.2.0"

// Datastore
Expand Down
4 changes: 2 additions & 2 deletions health-services/PassiveDataCompose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ androidx-wear-compose = "1.3.1"
androidx-wear-tiles = "1.0.1"
androidx-wear-watchface = "1.0.1"
androidx-work = "2.9.1"
compose = "1.7.0-beta07"
compose = "1.7.0-rc01"
compose-compiler = "1.5.15"
concurrent-futures = "1.2.0"
guava = "33.2.1-android"
guava = "33.3.0-android"
health-services = "1.0.0-rc02"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.9.25"
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-rc02'
// Used to bridge between Futures and coroutines
implementation 'com.google.guava:guava:33.2.1-android'
implementation 'com.google.guava:guava:33.3.0-android'
implementation "androidx.concurrent:concurrent-futures-ktx:1.2.0"

// Datastore
Expand Down
4 changes: 2 additions & 2 deletions health-services/PassiveGoalsCompose/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ androidx-wear-compose = "1.3.1"
androidx-wear-tiles = "1.0.1"
androidx-wear-watchface = "1.0.1"
androidx-work = "2.9.1"
compose = "1.7.0-beta07"
compose = "1.7.0-rc01"
compose-compiler = "1.5.15"
concurrent-futures = "1.2.0"
guava = "33.2.1-android"
guava = "33.3.0-android"
health-services = "1.0.0-rc02"
ktlint = "0.46.1"
org-jetbrains-kotlin = "1.9.25"
Expand Down

0 comments on commit efa7d41

Please sign in to comment.