Skip to content

Commit

Permalink
chore(deps): update all dependencies (#54)
Browse files Browse the repository at this point in the history
| datasource  | package                                                       | from       | to         |
| ----------- | ------------------------------------------------------------- | ---------- | ---------- |
| github-tags | JamesIves/github-pages-deploy-action                          | v4.5.0     | v4.6.0     |
| maven       | androidx.compose:compose-bom                                  | 2024.04.00 | 2024.05.00 |
| maven       | androidx.activity:activity-compose                            | 1.8.2      | 1.9.0      |
| maven       | io.nlopez.compose.rules:detekt                                | 0.3.15     | 0.3.19     |
| maven       | com.android.library:com.android.library.gradle.plugin         | 8.3.2      | 8.4.0      |
| maven       | com.android.application:com.android.application.gradle.plugin | 8.3.2      | 8.4.0      |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent b5f0c97 commit 2813281
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:

- name: Deploy docs 🚀 to website
if: ${{ contains(matrix.os, 'macos') }}
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
branch: gh-pages # The branch the action should deploy to.
folder: site # The folder the action should deploy.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:

- name: Deploy docs 🚀 to website
if: ${{ contains(matrix.os, 'macos') }}
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
branch: gh-pages # The branch the action should deploy to.
folder: site # The folder the action should deploy.
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android-target = "34"
# the Android compileSdkVersion to use
android-compile = "34"

android-gradle = "8.3.2"
android-gradle = "8.4.0"

# the Android target to use in sample
sample-android-target = "34"
Expand All @@ -31,11 +31,11 @@ flowExt = "0.8.1-Beta"
koin-core = "3.5.6"
koin-compose = "1.1.5"
coil = "2.6.0"
compose-rules-detekt = "0.3.15"
compose-rules-detekt = "0.3.19"

androidx-lifecycle = "2.7.0"
androidx-annotation = "1.7.1"
androidx-activity = "1.8.2"
androidx-activity = "1.9.0"
androidx-compose-compiler = "1.5.11"
androidx-navigation = "2.7.7"
kmp-viewmodel = "0.7.1"
Expand Down Expand Up @@ -79,7 +79,7 @@ androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-ru
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version = "androidx-lifecycle" }
androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "androidx-annotation" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
androidx-compose-bom = { module = "androidx.compose:compose-bom", version = "2024.04.00" }
androidx-compose-bom = { module = "androidx.compose:compose-bom", version = "2024.05.00" }
androidx-compose-ui-ui = { module = "androidx.compose.ui:ui" }
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
Expand Down

0 comments on commit 2813281

Please sign in to comment.