Skip to content

Commit

Permalink
Update kotlin 1.5.12 to v1.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent 4a7b739 commit 0546557
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 @@ -53,7 +53,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.12"
kotlinCompilerExtensionVersion = "1.5.13"
}
packagingOptions {
resources {
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 @@ -59,7 +59,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.12"
kotlinCompilerExtensionVersion = "1.5.13"
}
packagingOptions {
resources {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ androidx-material-icons-extended = { module = "androidx.compose.material:materia
androidx-wear = "androidx.wear:wear:1.3.0"
androidx-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "ui-test-junit4" }
androidx-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "ui-test-junit4" }
compose-compiler = "androidx.compose.compiler:compiler:1.5.12"
compose-compiler = "androidx.compose.compiler:compiler:1.5.13"
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" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ androidx-activity = "1.9.0"
androidx-lifecycle = "2.7.0"
androidx-wear-compose = "1.3.1"
compose = "1.6.7"
compose-compiler = "1.5.12"
compose-compiler = "1.5.13"
concurrent-futures = "1.1.0"
guava = "33.2.0-android"
health-services = "1.0.0-rc02"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ androidx-wear-tiles = "1.0.1"
androidx-wear-watchface = "1.0.1"
androidx-work = "2.9.0"
compose = "1.6.7"
compose-compiler = "1.5.12"
compose-compiler = "1.5.13"
concurrent-futures = "1.1.0"
guava = "33.2.0-android"
health-services = "1.0.0-rc02"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ androidx-wear-tiles = "1.0.1"
androidx-wear-watchface = "1.0.1"
androidx-work = "2.9.0"
compose = "1.6.7"
compose-compiler = "1.5.12"
compose-compiler = "1.5.13"
concurrent-futures = "1.1.0"
guava = "33.2.0-android"
health-services = "1.0.0-rc02"
Expand Down

0 comments on commit 0546557

Please sign in to comment.