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 May 15, 2024
1 parent 657bcaf commit 945d55e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 39 deletions.
27 changes: 0 additions & 27 deletions .all-contributorsrc

This file was deleted.

4 changes: 2 additions & 2 deletions .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.1.5
release-as: 3.1.6
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}]'
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}]'
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
agp = "8.3.2"
kotlin = "1.9.23"
ksp = "1.9.23-1.0.20"
agp = "8.4.0"
kotlin = "1.9.24"
ksp = "1.9.24-1.0.20"
yuki = "1.2.0"
compose-compiler = "1.5.11"
compose-compiler = "1.5.14"
[libraries]
core-ktx = { module = "androidx.core:core-ktx", version = "1.13.0" }
fast-json = { module = "com.alibaba.fastjson2:fastjson2-kotlin", version = "2.0.49" }
android-material = { module = "com.google.android.material:material", version = "1.11.0" }
core-ktx = { module = "androidx.core:core-ktx", version = "1.13.1" }
fast-json = { module = "com.alibaba.fastjson2:fastjson2-kotlin", version = "2.0.50" }
android-material = { module = "com.google.android.material:material", version = "1.12.0" }
compose-activity = { module = "androidx.activity:activity-compose", version = "1.9.0" }
compose-bom = { module = "dev.chrisbanes.compose:compose-bom", version = "2024.04.00-alpha02" }
compose-bom = { module = "dev.chrisbanes.compose:compose-bom", version = "2024.05.00-alpha02" }
compose-ui = { module = "androidx.compose.ui:ui" }
compose-foundation = { module = "androidx.compose.foundation:foundation" }
compose-runtime = { module = "androidx.compose.runtime:runtime" }
Expand Down
2 changes: 0 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pluginManagement {
repositories {
// maven("https://mirrors.cloud.tencent.com/nexus/repository/maven-public/")
google {
content {
includeGroupByRegex("com\\.android.*")
Expand All @@ -15,7 +14,6 @@ pluginManagement {
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
// maven("https://mirrors.cloud.tencent.com/nexus/repository/maven-public/")
google()
mavenCentral()
maven("https://jitpack.io"){
Expand Down

0 comments on commit 945d55e

Please sign in to comment.