Skip to content

Commit 2813281

Browse files
chore(deps): update all dependencies (#54)
| 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>
1 parent b5f0c97 commit 2813281

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163

164164
- name: Deploy docs 🚀 to website
165165
if: ${{ contains(matrix.os, 'macos') }}
166-
uses: JamesIves/github-pages-deploy-action@v4.5.0
166+
uses: JamesIves/github-pages-deploy-action@v4.6.0
167167
with:
168168
branch: gh-pages # The branch the action should deploy to.
169169
folder: site # The folder the action should deploy.

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Deploy docs 🚀 to website
112112
if: ${{ contains(matrix.os, 'macos') }}
113-
uses: JamesIves/github-pages-deploy-action@v4.5.0
113+
uses: JamesIves/github-pages-deploy-action@v4.6.0
114114
with:
115115
branch: gh-pages # The branch the action should deploy to.
116116
folder: site # The folder the action should deploy.

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android-target = "34"
1616
# the Android compileSdkVersion to use
1717
android-compile = "34"
1818

19-
android-gradle = "8.3.2"
19+
android-gradle = "8.4.0"
2020

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

3636
androidx-lifecycle = "2.7.0"
3737
androidx-annotation = "1.7.1"
38-
androidx-activity = "1.8.2"
38+
androidx-activity = "1.9.0"
3939
androidx-compose-compiler = "1.5.11"
4040
androidx-navigation = "2.7.7"
4141
kmp-viewmodel = "0.7.1"
@@ -79,7 +79,7 @@ androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-ru
7979
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version = "androidx-lifecycle" }
8080
androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "androidx-annotation" }
8181
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
82-
androidx-compose-bom = { module = "androidx.compose:compose-bom", version = "2024.04.00" }
82+
androidx-compose-bom = { module = "androidx.compose:compose-bom", version = "2024.05.00" }
8383
androidx-compose-ui-ui = { module = "androidx.compose.ui:ui" }
8484
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
8585
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }

0 commit comments

Comments
 (0)