Skip to content

Commit ec01200

Browse files
committed
gradle
1 parent 2794113 commit ec01200

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
[versions]
22
activityKtx = "1.10.1"
33
androidDesugarJdkLibs = "2.1.5"
4-
androidGradlePlugin = "8.10.1"
5-
androidTools = "31.11.1"
4+
androidGradlePlugin = "8.11.1"
5+
androidTools = "31.12.0"
66
androidxAnnotation = "1.9.1"
77
androidxAppCompat = "1.7.1"
88
androidxCore = "1.16.0"
99
blockhound = "1.0.13.RELEASE"
1010
collectionKtx = "1.5.0"
1111
exposed = "1.0.0-beta-5"
12-
geckoview = "140.0.20250630155423"
13-
githubApi = "1.321"
12+
geckoview = "141.0.20250806102122"
13+
githubApi = "1.329"
1414
hiddenapibypass = "6.1"
1515
jebrainsAnnotations = "26.0.2"
1616
json = "20250517"
1717
jsoup = "1.21.1"
1818
kotlin = "2.2.0"
1919
kotlinxCoroutines = "1.10.2"
20-
kotlinxDatetime = "0.7.0-0.6.x-compat"
20+
kotlinxDatetime = "0.7.1"
2121
kotlinxHtml = "0.12.0"
2222
kotlinxSerializationJson = "1.9.0"
23-
ktor = "3.2.1"
23+
ktor = "3.2.3"
2424
leakcanary = "2.14"
2525
lifecycleRuntimeKtx = "2.9.2"
2626
nettyAll = "4.2.2.Final"
2727
okhttp = "5.1.0"
2828
preferenceKtx = "1.2.1"
29-
shadow = "8.3.8"
29+
shadow = "9.0.1"
3030
slf4jSimple = "2.0.17"
31-
sqliteJdbc = "3.50.2.0"
32-
vertx = "5.0.1"
31+
sqliteJdbc = "3.50.3.0"
32+
vertx = "5.0.2"
3333
viewbindingpropertydelegate = "1.5.9"
34-
workRuntimeKtx = "2.10.2"
34+
workRuntimeKtx = "2.10.3"
3535
xposed = "82"
3636

3737
[libraries]

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)