Skip to content

Commit 3afdd11

Browse files
dependabot[bot]JanEricNitschke
authored andcommitted
Bump the kotlin-minor group in /tictactoe_kotlin with 2 updates
Bumps the kotlin-minor group in /tictactoe_kotlin with 2 updates: androidx.core:core-ktx and androidx.compose:compose-bom. Updates `androidx.core:core-ktx` from 1.15.0 to 1.16.0 Updates `androidx.compose:compose-bom` from 2025.03.01 to 2025.04.00 --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-minor - dependency-name: androidx.compose:compose-bom dependency-version: 2025.04.00 dependency-type: direct:production dependency-group: kotlin-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5412575 commit 3afdd11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tictactoe_kotlin/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@ android {
5555

5656
dependencies {
5757

58-
implementation 'androidx.core:core-ktx:1.15.0'
58+
implementation 'androidx.core:core-ktx:1.16.0'
5959
implementation platform('org.jetbrains.kotlin:kotlin-bom:2.1.20')
6060
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
6161
implementation 'androidx.activity:activity-compose:1.10.1'
62-
implementation platform('androidx.compose:compose-bom:2025.03.01')
62+
implementation platform('androidx.compose:compose-bom:2025.04.00')
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.2.1'
6969
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
70-
androidTestImplementation platform('androidx.compose:compose-bom:2025.03.01')
70+
androidTestImplementation platform('androidx.compose:compose-bom:2025.04.00')
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)