Skip to content

Commit

Permalink
Bump the kotlin-minor group in /tictactoe_kotlin with 3 updates
Browse files Browse the repository at this point in the history
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.8.4 to 2.8.5

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

Updates `androidx.compose:compose-bom` from 2024.08.00 to 2024.09.00

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kotlin-minor
- 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 Sep 10, 2024
1 parent 185a6cc commit 58a9ab5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tictactoe_kotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@ dependencies {

implementation 'androidx.core:core-ktx:1.13.1'
implementation platform('org.jetbrains.kotlin:kotlin-bom:2.0.20')
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.4'
implementation 'androidx.activity:activity-compose:1.9.1'
implementation platform('androidx.compose:compose-bom:2024.08.00')
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.5'
implementation 'androidx.activity:activity-compose:1.9.2'
implementation platform('androidx.compose:compose-bom:2024.09.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.08.00')
androidTestImplementation platform('androidx.compose:compose-bom:2024.09.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 58a9ab5

Please sign in to comment.