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 Jul 25, 2024
1 parent 89f9b52 commit 530f899
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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.0
release-as: 3.2.1
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,23 +1,23 @@
[versions]
activity-compose = "1.9.0"
activity-compose = "1.9.1"
agp = "8.5.1"
coil = "2.6.0"
coil = "2.7.0"
compose-bom = "2024.07.00-alpha01"
core-ktx = "1.13.1"
dexkit = "2.0.2"
fastjson2 = "2.0.51"
fastjson2 = "2.0.52"
koin = "3.5.6"
kotlin = "2.0.20-Beta2"
kotlinx-coroutines-core = "1.9.0-RC"
kotlinx-serialization-json = "1.7.1"
ksp = "2.0.20-Beta2-1.0.23"
ktor = "2.3.12"
lifecycle = "2.8.3"
lifecycle = "2.8.4"
lottie-compose = "6.4.1"
material = "1.12.0"
material3 = "1.2.1"
navigation-compose = "2.7.7"
permissions = "18.68"
permissions = "20.0"
sandwich = "2.0.8"
yuki = "1.2.1"

Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dependencyResolutionManagement {
includeGroup("de.robv.android.xposed")
}
}
maven("https://androidx.dev/storage/compose-compiler/repository/")
}
}

Expand Down

0 comments on commit 530f899

Please sign in to comment.