Skip to content

Commit b20dbf7

Browse files
dependabot[bot]JanEricNitschke
authored andcommitted
Bump the kotlin-minor group in /tictactoe_kotlin with 4 updates
Bumps the kotlin-minor group in /tictactoe_kotlin with 4 updates: com.android.application, com.android.library, androidx.lifecycle:lifecycle-runtime-ktx and androidx.compose:compose-bom. Updates `com.android.application` from 8.9.2 to 8.10.0 Updates `com.android.library` from 8.9.2 to 8.10.0 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.8.7 to 2.9.0 Updates `androidx.compose:compose-bom` from 2025.04.01 to 2025.05.00 --- updated-dependencies: - dependency-name: com.android.application dependency-version: 8.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-minor - dependency-name: com.android.library dependency-version: 8.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-minor - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-minor - dependency-name: androidx.compose:compose-bom dependency-version: 2025.05.00 dependency-type: direct:production dependency-group: kotlin-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a581a10 commit b20dbf7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tictactoe_kotlin/app/build.gradle

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

5858
implementation 'androidx.core:core-ktx:1.16.0'
5959
implementation platform('org.jetbrains.kotlin:kotlin-bom:2.1.20')
60-
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
60+
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.0'
6161
implementation 'androidx.activity:activity-compose:1.10.1'
62-
implementation platform('androidx.compose:compose-bom:2025.04.01')
62+
implementation platform('androidx.compose:compose-bom:2025.05.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.04.01')
70+
androidTestImplementation platform('androidx.compose:compose-bom:2025.05.00')
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: 2 additions & 2 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.9.2' apply false
4-
id 'com.android.library' version '8.9.2' apply false
3+
id 'com.android.application' version '8.10.0' apply false
4+
id 'com.android.library' version '8.10.0' apply false
55
id 'org.jetbrains.kotlin.android' version '2.1.20' apply false
66
id 'org.jetbrains.kotlin.plugin.compose' version '2.1.20'
77
}

0 commit comments

Comments
 (0)