Skip to content

Commit

Permalink
Bump the kotlin-minor group in /tictactoe_kotlin with 2 updates
Browse files Browse the repository at this point in the history
Bumps the kotlin-minor group in /tictactoe_kotlin with 2 updates: androidx.activity:activity-compose and androidx.compose:compose-bom.


Updates `androidx.activity:activity-compose` from 1.9.2 to 1.9.3

Updates `androidx.compose:compose-bom` from 2024.09.03 to 2024.10.00

---
updated-dependencies:
- dependency-name: androidx.activity:activity-compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-minor
- dependency-name: androidx.compose:compose-bom
  dependency-type: direct:production
  dependency-group: kotlin-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and JanEricNitschke committed Oct 22, 2024
1 parent 1065f75 commit 53c4ef7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tictactoe_kotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@ dependencies {
implementation 'androidx.core:core-ktx:1.13.1'
implementation platform('org.jetbrains.kotlin:kotlin-bom:2.0.21')
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.6'
implementation 'androidx.activity:activity-compose:1.9.2'
implementation platform('androidx.compose:compose-bom:2024.09.03')
implementation 'androidx.activity:activity-compose:1.9.3'
implementation platform('androidx.compose:compose-bom:2024.10.00')
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.ui:ui-graphics'
implementation 'androidx.compose.ui:ui-tooling-preview'
implementation 'androidx.compose.material3:material3'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
androidTestImplementation platform('androidx.compose:compose-bom:2024.09.03')
androidTestImplementation platform('androidx.compose:compose-bom:2024.10.00')
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
debugImplementation 'androidx.compose.ui:ui-tooling'
debugImplementation 'androidx.compose.ui:ui-test-manifest'
Expand Down

0 comments on commit 53c4ef7

Please sign in to comment.