Skip to content

Commit

Permalink
更新 gradle wrapper
Browse files Browse the repository at this point in the history
更新 android gradle plugin
更新 yutori
更新 ksoup
  • Loading branch information
Nyayurin committed Sep 28, 2024
1 parent 59bdaa0 commit 8f5b388
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
kotlin = "2.0.20"
agp = "8.5.2"
agp = "8.6.1"
atomicfu = "0.25.0"
ktor = "3.0.0-rc-1"
ksoup = "0.1.7"
yutori = "046c782098b843c120016834a0dc529b758e3f0b"
ksoup = "0.1.9"
yutori = "6df4cf804e06662977abc587b4114c13c1064459"

[libraries]
ktor-serialization-kotlinx-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
Expand All @@ -18,7 +18,7 @@ ktor-client-darwin = { module = "io.ktor:ktor-client-darwin", version.ref = "kto
ktor-client-curl = { module = "io.ktor:ktor-client-curl", version.ref = "ktor" }
ktor-client-winhttp = { module = "io.ktor:ktor-client-winhttp", version.ref = "ktor" }
ktor-client-js = { module = "io.ktor:ktor-client-js", version.ref = "ktor" }
ksoup = { module = "com.fleeksoft.ksoup:ksoup", version.ref = "ksoup" }
ksoup = { module = "com.fleeksoft.ksoup:ksoup-lite", version.ref = "ksoup" }
yutori = { module = "cn.yurn.yutori:yutori", version.ref = "yutori" }
yutori-ios-x64 = { module = "cn.yurn.yutori:yutori-iosx64", version.ref = "yutori" }
yutori-ios-arm64 = { module = "cn.yurn.yutori:yutori-iosarm64", version.ref = "yutori" }
Expand Down
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
1 change: 0 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#!/bin/sh

#
Expand Down
1 change: 0 additions & 1 deletion gradlew.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

@rem
@rem Copyright 2015 the original author or authors.
@rem
Expand Down

0 comments on commit 8f5b388

Please sign in to comment.