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 Nov 27, 2023
1 parent fd1e440 commit 5368f31
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions health-connect/HealthConnectSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
buildscript {
ext.kotlin_version = '1.9.10'
ext {
activity_compose_version = '1.8.0'
activity_compose_version = '1.8.1'
hilt_navigation_compose_version = '1.0.0'
navigation_compose_version = '2.7.5'

Expand All @@ -30,7 +30,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.3'
classpath 'com.android.tools.build:gradle:8.1.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
Expand All @@ -39,7 +39,7 @@ buildscript {
}

plugins {
id "com.diffplug.spotless" version "6.22.0"
id "com.diffplug.spotless" version "6.23.0"
}

subprojects {
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,7 +17,7 @@
buildscript {
ext.kotlin_version = '1.9.10'
ext {
activity_compose_version = '1.8.0'
activity_compose_version = '1.8.1'
hilt_navigation_compose_version = '1.1.0'
navigation_compose_version = '2.7.5'

Expand All @@ -30,7 +30,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.3'
classpath 'com.android.tools.build:gradle:8.1.4'
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/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.1.3'
classpath 'com.android.tools.build:gradle:8.1.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
android-gradle-plugin = "8.1.3"
androidx-activity = "1.8.0"
android-gradle-plugin = "8.1.4"
androidx-activity = "1.8.1"
androidx-compose = "1.5.4"
androidx-lifecycle = "2.6.2"
androidx-wear-compose = "1.2.1"
core-splashscreen = "1.0.1"
dagger = "2.48.1"
health-services = "1.0.0-rc01"
horologist = "0.5.9"
horologist = "0.5.11"
org-jetbrains-kotlin = "1.9.10"

[libraries]
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.1.3"
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.1.4"
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
androidx-compose-navigation = "androidx.navigation:navigation-compose:2.7.5"
androidx-compose-runtime = "androidx.compose.runtime:runtime:1.5.4"
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.1.3'
classpath 'com.android.tools.build:gradle:8.1.4'
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,7 +1,7 @@
[versions]
accompanist-permissions = "0.32.0"
android-gradle-plugin = "8.1.3"
androidx-activity = "1.8.0"
android-gradle-plugin = "8.1.4"
androidx-activity = "1.8.1"
androidx-lifecycle = "2.6.2"
androidx-wear-compose = "1.2.1"
compose = "1.5.4"
Expand All @@ -15,7 +15,7 @@ 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.1.3"
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.1.4"
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 All @@ -31,5 +31,5 @@ wear-compose-material = { module = "androidx.wear.compose:compose-material", ver

[plugins]
com-android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
com-diffplug-spotless = "com.diffplug.spotless:6.22.0"
com-diffplug-spotless = "com.diffplug.spotless:6.23.0"
org-jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "org-jetbrains-kotlin" }
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.1.3'
classpath 'com.android.tools.build:gradle:8.1.4'
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,7 +1,7 @@
[versions]
accompanist-permissions = "0.32.0"
android-gradle-plugin = "8.1.3"
androidx-activity = "1.8.0"
android-gradle-plugin = "8.1.4"
androidx-activity = "1.8.1"
androidx-datastore = "1.0.0"
androidx-lifecycle = "2.6.2"
androidx-wear-compose = "1.2.1"
Expand All @@ -19,7 +19,7 @@ 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.1.3"
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.1.4"
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 All @@ -38,5 +38,5 @@ wear-compose-material = { module = "androidx.wear.compose:compose-material", ver

[plugins]
com-android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
com-diffplug-spotless = "com.diffplug.spotless:6.22.0"
com-diffplug-spotless = "com.diffplug.spotless:6.23.0"
org-jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "org-jetbrains-kotlin" }
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.1.3'
classpath 'com.android.tools.build:gradle:8.1.4'
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,7 +1,7 @@
[versions]
accompanist-permissions = "0.32.0"
android-gradle-plugin = "8.1.3"
androidx-activity = "1.8.0"
android-gradle-plugin = "8.1.4"
androidx-activity = "1.8.1"
androidx-datastore = "1.0.0"
androidx-lifecycle = "2.6.2"
androidx-wear-compose = "1.2.1"
Expand All @@ -19,7 +19,7 @@ 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.1.3"
android-lint-gradle = "com.android.tools.lint:lint-gradle:31.1.4"
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 All @@ -38,5 +38,5 @@ wear-compose-material = { module = "androidx.wear.compose:compose-material", ver

[plugins]
com-android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
com-diffplug-spotless = "com.diffplug.spotless:6.22.0"
com-diffplug-spotless = "com.diffplug.spotless:6.23.0"
org-jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "org-jetbrains-kotlin" }

0 comments on commit 5368f31

Please sign in to comment.