File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167167
168168 - name : Deploy docs 🚀 to website
169169 if : ${{ contains(matrix.os, 'macos') }}
170- uses : JamesIves/github-pages-deploy-action@v4.6.9
170+ uses : JamesIves/github-pages-deploy-action@v4.7.2
171171 with :
172172 branch : gh-pages # The branch the action should deploy to.
173173 folder : site # The folder the action should deploy.
Original file line number Diff line number Diff 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.6.9
113+ uses : JamesIves/github-pages-deploy-action@v4.7.2
114114 with :
115115 branch : gh-pages # The branch the action should deploy to.
116116 folder : site # The folder the action should deploy.
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 2.0.21 "
2+ kotlin = " 2.1.0 "
33coroutines = " 1.9.0"
44kotlinx-serialization-json = " 1.7.3"
55kotlinx-collections-immutable = " 0.3.8"
@@ -16,7 +16,7 @@ android-target = "34"
1616# the Android compileSdkVersion to use
1717android-compile = " 34"
1818
19- android-gradle = " 8.7.2 "
19+ android-gradle = " 8.7.3 "
2020
2121# the Android target to use in sample
2222sample-android-target = " 34"
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ include(
2828)
2929
3030plugins {
31- id(" org.gradle.toolchains.foojay-resolver-convention" ) version (" 0.8 .0" )
31+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version (" 0.9 .0" )
3232}
You can’t perform that action at this time.
0 commit comments