Skip to content

Commit

Permalink
chore: 更新依赖
Browse files Browse the repository at this point in the history
Signed-off-by: xihan123 <[email protected]>
  • Loading branch information
xihan123 committed Aug 9, 2024
1 parent acf59eb commit 6fefe28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
token: ${{ secrets.RELEASE_TOKEN }}
release-type: node
package-name: release-please-action
release-as: 3.2.1
release-as: 3.2.2
signoff: "xihan123 <[email protected]>"
changelog-types: '[{"type":"types","section":"Types","hidden":false},{"type":"revert","section":"Reverts","hidden":false},{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"improvement","section":"Feature Improvements","hidden":false},{"type":"docs","section":"Docs","hidden":false},{"type":"ci","section":"CI","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"style","section":"Style","hidden":false},{"type":"refactor","section":"Refactoring","hidden":false},{"type":"perf","section":"Performance Improvements","hidden":false},{"type":"test","section":"Tests","hidden":false},{"type":"build","section":"Build","hidden":false}]'
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[versions]
activity-compose = "1.9.1"
agp = "8.5.1"
agp = "8.5.2"
coil = "2.7.0"
compose-bom = "2024.07.00-alpha01"
compose-bom = "2024.08.00-alpha01"
core-ktx = "1.13.1"
dexkit = "2.0.2"
fastjson2 = "2.0.52"
koin = "3.5.6"
kotlin = "2.0.20-Beta2"
kotlin = "2.0.20-RC"
kotlinx-coroutines-core = "1.9.0-RC"
kotlinx-serialization-json = "1.7.1"
ksp = "2.0.20-Beta2-1.0.23"
ksp = "2.0.20-RC-1.0.24"
ktor = "2.3.12"
lifecycle = "2.8.4"
lottie-compose = "6.4.1"
lottie-compose = "6.5.0"
material = "1.12.0"
material3 = "1.2.1"
navigation-compose = "2.7.7"
Expand Down

0 comments on commit 6fefe28

Please sign in to comment.