Skip to content

Commit 93411b6

Browse files
Bump the kotlin-minor group across 1 directory with 7 updates
Bumps the kotlin-minor group with 7 updates in the /tictactoe_kotlin directory: | Package | From | To | | --- | --- | --- | | com.android.application | `8.13.1` | `8.13.2` | | com.android.library | `8.13.1` | `8.13.2` | | [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.2.21` | `2.3.0` | | [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.2.21` | `2.3.0` | | [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) | `2.2.21` | `2.3.0` | | androidx.activity:activity-compose | `1.12.1` | `1.12.2` | | androidx.compose:compose-bom | `2025.12.00` | `2025.12.01` | Updates `com.android.application` from 8.13.1 to 8.13.2 Updates `com.android.library` from 8.13.1 to 8.13.2 Updates `org.jetbrains.kotlin.android` from 2.2.21 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.0) Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.21 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.0) Updates `org.jetbrains.kotlin:kotlin-bom` from 2.2.21 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.0) Updates `androidx.activity:activity-compose` from 1.12.1 to 1.12.2 Updates `androidx.compose:compose-bom` from 2025.12.00 to 2025.12.01 --- updated-dependencies: - dependency-name: com.android.application dependency-version: 8.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin-minor - dependency-name: com.android.library dependency-version: 8.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin-minor - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-minor - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-minor - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-minor - dependency-name: androidx.activity:activity-compose dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin-minor - dependency-name: androidx.compose:compose-bom dependency-version: 2025.12.01 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 47bdcae commit 93411b6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

tictactoe_kotlin/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,18 @@ android {
5656
dependencies {
5757

5858
implementation 'androidx.core:core-ktx:1.17.0'
59-
implementation platform('org.jetbrains.kotlin:kotlin-bom:2.2.21')
59+
implementation platform('org.jetbrains.kotlin:kotlin-bom:2.3.0')
6060
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.10.0'
61-
implementation 'androidx.activity:activity-compose:1.12.1'
62-
implementation platform('androidx.compose:compose-bom:2025.12.00')
61+
implementation 'androidx.activity:activity-compose:1.12.2'
62+
implementation platform('androidx.compose:compose-bom:2025.12.01')
6363
implementation 'androidx.compose.ui:ui'
6464
implementation 'androidx.compose.ui:ui-graphics'
6565
implementation 'androidx.compose.ui:ui-tooling-preview'
6666
implementation 'androidx.compose.material3:material3'
6767
testImplementation 'junit:junit:4.13.2'
6868
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
6969
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
70-
androidTestImplementation platform('androidx.compose:compose-bom:2025.12.00')
70+
androidTestImplementation platform('androidx.compose:compose-bom:2025.12.01')
7171
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
7272
debugImplementation 'androidx.compose.ui:ui-tooling'
7373
debugImplementation 'androidx.compose.ui:ui-test-manifest'

tictactoe_kotlin/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '8.13.1' apply false
4-
id 'com.android.library' version '8.13.1' apply false
5-
id 'org.jetbrains.kotlin.android' version '2.2.21' apply false
6-
id 'org.jetbrains.kotlin.plugin.compose' version '2.2.21'
3+
id 'com.android.application' version '8.13.2' apply false
4+
id 'com.android.library' version '8.13.2' apply false
5+
id 'org.jetbrains.kotlin.android' version '2.3.0' apply false
6+
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.0'
77
}

0 commit comments

Comments
 (0)