Skip to content

Commit dd1e411

Browse files
build(deps): Bump the all-gradle group with 12 updates (#1023)
Bumps the all-gradle group with 12 updates: | Package | From | To | | --- | --- | --- | | androidx.core:core-ktx | `1.17.0` | `1.18.0` | | androidx.activity:activity-ktx | `1.12.4` | `1.13.0` | | androidx.activity:activity | `1.12.4` | `1.13.0` | | androidx.compose.runtime:runtime-android | `1.10.4` | `1.10.5` | | androidx.compose.material:material | `1.10.4` | `1.10.5` | | androidx.compose.animation:animation | `1.10.4` | `1.10.5` | | androidx.compose.ui:ui | `1.10.4` | `1.10.5` | | androidx.compose.foundation:foundation | `1.10.4` | `1.10.5` | | androidx.compose.ui:ui-tooling | `1.10.4` | `1.10.5` | | androidx.compose.ui:ui-test-junit4 | `1.10.4` | `1.10.5` | | androidx.compose.ui:ui-test-manifest | `1.10.4` | `1.10.5` | | [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.3.20-193` | `2.3.20-206` | Updates `androidx.core:core-ktx` from 1.17.0 to 1.18.0 Updates `androidx.activity:activity-ktx` from 1.12.4 to 1.13.0 Updates `androidx.activity:activity` from 1.12.4 to 1.13.0 Updates `androidx.compose.runtime:runtime-android` from 1.10.4 to 1.10.5 Updates `androidx.compose.material:material` from 1.10.4 to 1.10.5 Updates `androidx.compose.animation:animation` from 1.10.4 to 1.10.5 Updates `androidx.compose.ui:ui` from 1.10.4 to 1.10.5 Updates `androidx.compose.foundation:foundation` from 1.10.4 to 1.10.5 Updates `androidx.compose.ui:ui-tooling` from 1.10.4 to 1.10.5 Updates `androidx.compose.ui:ui-test-junit4` from 1.10.4 to 1.10.5 Updates `androidx.compose.ui:ui-test-manifest` from 1.10.4 to 1.10.5 Updates `org.jetbrains.kotlin.plugin.compose` from 2.3.20-193 to 2.3.20-206 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@build-2.3.20-193...build-2.3.20-206) --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gradle - dependency-name: androidx.activity:activity-ktx dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gradle - dependency-name: androidx.activity:activity dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gradle - dependency-name: androidx.compose.runtime:runtime-android dependency-version: 1.10.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.compose.material:material dependency-version: 1.10.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.compose.animation:animation dependency-version: 1.10.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.compose.ui:ui dependency-version: 1.10.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.compose.foundation:foundation dependency-version: 1.10.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.compose.ui:ui-tooling dependency-version: 1.10.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.compose.ui:ui-test-junit4 dependency-version: 1.10.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: androidx.compose.ui:ui-test-manifest dependency-version: 1.10.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.20-206 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ae3c77 commit dd1e411

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

gradle/libs.versions.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
[versions]
44
agp = "9.0.1"
5-
kotlin = "2.3.20-193"
5+
kotlin = "2.3.20-206"
66
viewpager2 = "1.1.0"
77
junit = "4.13.2"
88

99
# AndroidX Core and AppCompat
10-
core-ktx = "1.17.0"
10+
core-ktx = "1.18.0"
1111
appcompat = "1.7.1"
1212
recyclerview = "1.4.0"
1313
paletteKtx = "1.0.0"
14-
activityKtx = "1.12.4"
14+
activityKtx = "1.13.0"
1515
material = "1.13.0"
1616

1717
# Android Lifecycle
@@ -32,12 +32,12 @@ constraintlayout-compose = "1.1.1"
3232

3333
# Compose Versions
3434
activity-compose = "1.12.3"
35-
compose-android = "1.10.4"
36-
compose-material = "1.10.4"
37-
compose-animation = "1.10.4"
38-
compose-ui = "1.10.4"
39-
compose-foundation = "1.10.4"
40-
compose-ui-tooling = "1.10.4"
35+
compose-android = "1.10.5"
36+
compose-material = "1.10.5"
37+
compose-animation = "1.10.5"
38+
compose-ui = "1.10.5"
39+
compose-foundation = "1.10.5"
40+
compose-ui-tooling = "1.10.5"
4141

4242
# Other Libraries
4343
commons-text = "1.15.0"
@@ -49,9 +49,9 @@ test-core-ktx = "1.7.0"
4949
test-runner = "1.7.0"
5050
test-rules = "1.7.0"
5151
fragment-testing = "1.8.9"
52-
ui-test-junit4 = "1.10.4"
53-
ui-test-manifest = "1.10.4"
54-
activity = "1.12.4"
52+
ui-test-junit4 = "1.10.5"
53+
ui-test-manifest = "1.10.5"
54+
activity = "1.13.0"
5555

5656
# Database
5757
moshi = "1.15.2"

0 commit comments

Comments
 (0)