Skip to content

Commit

Permalink
chore: 更新依赖
Browse files Browse the repository at this point in the history
Signed-off-by: xihan123 <srxqzxs@vip.qq.com>
  • Loading branch information
xihan123 committed Jul 31, 2023
1 parent 4d6cc21 commit 0756c65
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
token: ${{ secrets.RELEASE_TOKEN }}
release-type: node
package-name: release-please-action
release-as: 2.1.8
release-as: 2.1.9
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}]'
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
val appVersionName by extra("2.1.8")
val appVersionCode by extra(218)
val appVersionName by extra("2.1.9")
val appVersionCode by extra(219)
}
@Suppress("DSL_SCOPE_VIOLATION") // TODO: Remove once KTIJ-19369 is fixed
plugins {
Expand Down
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
[versions]
agp = "8.0.2"
agp = "8.1.0"
kotlin = "1.9.0"
ksp = "1.9.0-1.0.11"
ksp = "1.9.0-1.0.12"
activity = "1.8.0-alpha06"
accompanist = "0.31.5-beta"
yuki = "1.1.11"

[libraries]
junit = { group = "junit", name = "junit", version = "4.13.2" }
core-ktx = { module = "androidx.core:core-ktx", version = "1.12.0-alpha05" }
appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0-alpha02" }
core-ktx = { module = "androidx.core:core-ktx", version = "1.12.0-beta01" }
appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0-alpha03" }
kotlin-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.5.1" }
fast-json = { module = "com.alibaba.fastjson2:fastjson2-kotlin", version = "2.0.35" }
fast-json = { module = "com.alibaba.fastjson2:fastjson2-kotlin", version = "2.0.38" }
io-coil-compose = { module = "io.coil-kt:coil-compose", version = "2.4.0" }
#https://github.com/skydoves/landscapist#coil
landscapist-coil = { module = "com.github.skydoves:landscapist-coil", version = "2.2.2" }
landscapist-coil = { module = "com.github.skydoves:landscapist-coil", version = "2.2.3" }
#https://github.com/getActivity/XXPermissions
xxpermissions = { module = "com.github.getActivity:XXPermissions", version = "18.2" }
#https://github.com/fankes/YukiHookAPI
yukihook-api = { module = "com.highcapable.yukihookapi:api", version.ref = "yuki" }
yukihook-ksp = { module = "com.highcapable.yukihookapi:ksp-xposed", version.ref = "yuki" }
xposed-api = { module = "de.robv.android.xposed:api", version = "82" }
htmlunit = { module = "org.htmlunit:htmlunit3-android", version = "3.3.0" }
compose-bom = { module = "dev.chrisbanes.compose:compose-bom", version = "2023.07.00-alpha01" }
compose-bom = { module = "dev.chrisbanes.compose:compose-bom", version = "2023.07.00-alpha02" }
ui = { group = "androidx.compose.ui", name = "ui" }
ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
foundation = { group = "androidx.compose.foundation", name = "foundation" }
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
repositories {
// maven("https://mirrors.cloud.tencent.com/nexus/repository/maven-public/")
maven("https://mirrors.cloud.tencent.com/nexus/repository/maven-public/")
google()
mavenCentral()
gradlePluginPortal()
Expand All @@ -9,7 +9,7 @@ pluginManagement {
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
// maven("https://mirrors.cloud.tencent.com/nexus/repository/maven-public/")
maven("https://mirrors.cloud.tencent.com/nexus/repository/maven-public/")
google()
mavenCentral()
maven("https://jitpack.io")
Expand Down

0 comments on commit 0756c65

Please sign in to comment.