Skip to content

Commit 211f6e2

Browse files
dependabot[bot]JanEricNitschke
authored andcommitted
Bump the kotlin-minor group in /tictactoe_kotlin with 3 updates
Bumps the kotlin-minor group in /tictactoe_kotlin with 3 updates: androidx.lifecycle:lifecycle-runtime-ktx, androidx.activity:activity-compose and androidx.compose:compose-bom. Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.9.4 to 2.10.0 Updates `androidx.activity:activity-compose` from 1.11.0 to 1.12.0 Updates `androidx.compose:compose-bom` from 2025.11.00 to 2025.11.01 --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.10.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.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-minor - dependency-name: androidx.compose:compose-bom dependency-version: 2025.11.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 8f30902 commit 211f6e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tictactoe_kotlin/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@ dependencies {
5757

5858
implementation 'androidx.core:core-ktx:1.17.0'
5959
implementation platform('org.jetbrains.kotlin:kotlin-bom:2.2.21')
60-
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.4'
61-
implementation 'androidx.activity:activity-compose:1.11.0'
62-
implementation platform('androidx.compose:compose-bom:2025.11.00')
60+
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.10.0'
61+
implementation 'androidx.activity:activity-compose:1.12.0'
62+
implementation platform('androidx.compose:compose-bom:2025.11.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.11.00')
70+
androidTestImplementation platform('androidx.compose:compose-bom:2025.11.01')
7171
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
7272
debugImplementation 'androidx.compose.ui:ui-tooling'
7373
debugImplementation 'androidx.compose.ui:ui-test-manifest'

0 commit comments

Comments
 (0)