Skip to content

Commit b8c97e7

Browse files
Updating BOM (#45)
* Update gradle/wrapper-validation-action action to v3 * Update dependency androidx.core:core-ktx to v1.13.0 (#44) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency androidx.activity:activity-compose to v1.9.0 (#43) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency composeOptions to v1.5.12 (#42) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency androidx.compose:compose-bom to v2024.04.01 (#41) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a45d4b0 commit b8c97e7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ android {
4747
}
4848

4949
composeOptions {
50-
kotlinCompilerExtensionVersion = "1.5.11"
50+
kotlinCompilerExtensionVersion = "1.5.12"
5151
}
5252

5353
packaging {

gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
agp = "8.3.2"
33
kotlin = "1.9.23"
4-
coreKtx = "1.12.0"
4+
coreKtx = "1.13.0"
55
lifecycleRuntimeKtx = "2.7.0"
6-
activityCompose = "1.8.2"
7-
composeBom = "2024.04.00"
6+
activityCompose = "1.9.0"
7+
composeBom = "2024.04.01"
88
material-3 = "1.2.1"
99
detekt = "1.23.6"
1010
mavenPublish = "0.28.0"

reusablecomponents/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
}
4646

4747
composeOptions {
48-
kotlinCompilerExtensionVersion = "1.5.11"
48+
kotlinCompilerExtensionVersion = "1.5.12"
4949
}
5050
}
5151

0 commit comments

Comments
 (0)