Skip to content

Commit

Permalink
Bump the kotlin-minor group in /tictactoe_kotlin with 5 updates
Browse files Browse the repository at this point in the history
Bumps the kotlin-minor group in /tictactoe_kotlin with 5 updates:

| Package | From | To |
| --- | --- | --- |
| com.android.application | `8.0.2` | `8.5.0` |
| com.android.library | `8.0.2` | `8.5.0` |
| androidx.core:core-ktx | `1.10.1` | `1.13.1` |
| androidx.lifecycle:lifecycle-runtime-ktx | `2.6.1` | `2.8.2` |
| androidx.activity:activity-compose | `1.7.2` | `1.9.0` |


Updates `com.android.application` from 8.0.2 to 8.5.0

Updates `com.android.library` from 8.0.2 to 8.5.0

Updates `androidx.core:core-ktx` from 1.10.1 to 1.13.1

Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.6.1 to 2.8.2

Updates `androidx.activity:activity-compose` from 1.7.2 to 1.9.0

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-minor
- dependency-name: com.android.library
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-minor
- dependency-name: androidx.core:core-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-minor
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-minor
- dependency-name: androidx.activity:activity-compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotlin-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
1 parent da2ca74 commit 8c2ef46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions tictactoe_kotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ android {

dependencies {

implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.core:core-ktx:1.13.1'
implementation platform('org.jetbrains.kotlin:kotlin-bom:1.8.0')
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1'
implementation 'androidx.activity:activity-compose:1.7.2'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.2'
implementation 'androidx.activity:activity-compose:1.9.0'
implementation platform('androidx.compose:compose-bom:2023.06.01')
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.ui:ui-graphics'
Expand Down
4 changes: 2 additions & 2 deletions tictactoe_kotlin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'com.android.application' version '8.5.0' apply false
id 'com.android.library' version '8.5.0' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
}

0 comments on commit 8c2ef46

Please sign in to comment.