Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 28, 2023
1 parent b0eafee commit 5297ab3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache-default-branch-only: true
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected].0
uses: JetBrains/[email protected].5



4 changes: 2 additions & 2 deletions chai/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.4.7"
kotlinCompilerExtensionVersion = "1.4.8"
}
}

dependencies {
val composeBom = platform("androidx.compose:compose-bom:2023.05.01")
val composeBom = platform("androidx.compose:compose-bom:2023.06.01")
implementation(composeBom)

implementation("androidx.core:core-ktx")
Expand Down
4 changes: 2 additions & 2 deletions chaidemo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.4.7"
kotlinCompilerExtensionVersion = "1.4.8"
}

packaging {
Expand All @@ -68,7 +68,7 @@ android {
}

dependencies {
val composeBom = platform("androidx.compose:compose-bom:2023.05.01")
val composeBom = platform("androidx.compose:compose-bom:2023.06.01")
implementation(composeBom)

implementation("androidx.core:core-ktx")
Expand Down

0 comments on commit 5297ab3

Please sign in to comment.