Skip to content

Commit 3f98b3d

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: com.android.application, com.android.library and androidx.compose:compose-bom. Updates `com.android.application` from 8.13.0 to 8.13.1 Updates `com.android.library` from 8.13.0 to 8.13.1 Updates `androidx.compose:compose-bom` from 2025.10.01 to 2025.11.00 --- updated-dependencies: - dependency-name: com.android.application dependency-version: 8.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin-minor - dependency-name: com.android.library dependency-version: 8.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin-minor - dependency-name: androidx.compose:compose-bom dependency-version: 2025.11.00 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 127c985 commit 3f98b3d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tictactoe_kotlin/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ dependencies {
5959
implementation platform('org.jetbrains.kotlin:kotlin-bom:2.2.21')
6060
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.4'
6161
implementation 'androidx.activity:activity-compose:1.11.0'
62-
implementation platform('androidx.compose:compose-bom:2025.10.01')
62+
implementation platform('androidx.compose:compose-bom:2025.11.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.3.0'
6969
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
70-
androidTestImplementation platform('androidx.compose:compose-bom:2025.10.01')
70+
androidTestImplementation platform('androidx.compose:compose-bom:2025.11.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.13.0' apply false
4-
id 'com.android.library' version '8.13.0' apply false
3+
id 'com.android.application' version '8.13.1' apply false
4+
id 'com.android.library' version '8.13.1' apply false
55
id 'org.jetbrains.kotlin.android' version '2.2.21' apply false
66
id 'org.jetbrains.kotlin.plugin.compose' version '2.2.21'
77
}

0 commit comments

Comments
 (0)