Skip to content

Commit 526d3ab

Browse files
committed
gradle
1 parent f68edda commit 526d3ab

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

build-logic/settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
dependencyResolutionManagement {
44
repositories {
5+
gradlePluginPortal()
56
google {
67
content {
78
includeGroupAndSubgroups("com.android")

gradle/libs.versions.toml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,27 @@ hiddenapibypass = "6.1"
1515
jebrainsAnnotations = "26.0.2-1"
1616
json = "20250517"
1717
jsoup = "1.21.2"
18+
junitJupiterParams = "6.0.1"
1819
#noinspection NewerVersionAvailable -- check ksp
1920
kotlin = "2.2.20"
2021
kotlin-ksp = "2.2.20-2.0.3"
2122
kotlinxCoroutines = "1.10.2"
2223
kotlinxDatetime = "0.7.1"
2324
kotlinxHtml = "0.12.0"
2425
kotlinxSerializationJson = "1.9.0"
25-
ktor = "3.3.0"
26+
ktor = "3.3.2"
2627
leakcanary = "2.14"
2728
lifecycleRuntimeKtx = "2.9.4"
28-
okhttp = "5.1.0"
29+
okhttp = "5.3.0"
2930
preferenceKtx = "1.2.1"
30-
shadow = "9.2.1"
31+
rhino = "1.8.0"
32+
shadow = "9.2.2"
3133
slf4jSimple = "2.0.17"
3234
#noinspection NewerVersionAvailable (too new for Exposed)
3335
sqliteJdbc = "3.50.1.0"
34-
vertx = "5.0.4"
36+
vertx = "5.0.5"
3537
viewbindingpropertydelegate = "1.5.9"
36-
workRuntimeKtx = "2.10.5"
38+
workRuntimeKtx = "2.11.0"
3739
xposed = "82"
3840

3941
[libraries]
@@ -59,6 +61,8 @@ hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", vers
5961
jebtrains-annotations = { module = "org.jetbrains:annotations", version.ref = "jebrainsAnnotations" }
6062
json = { module = "org.json:json", version.ref = "json" }
6163
jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" }
64+
junit-jupiter-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junitJupiterParams" }
65+
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
6266
kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" }
6367
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin" }
6468
kotlin-ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "kotlin-ksp" }
@@ -79,6 +83,7 @@ ktor-server-status-pages = { module = "io.ktor:ktor-server-status-pages" }
7983
leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" }
8084
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
8185
okhttp-urlconnection = { module = "com.squareup.okhttp3:okhttp-urlconnection", version.ref = "okhttp" }
86+
rhino = { module = "org.mozilla:rhino", version.ref = "rhino" }
8287
slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4jSimple" }
8388
sqlite-jdbc = { module = "org.xerial:sqlite-jdbc", version.ref = "sqliteJdbc" }
8489
vertx-lang-kotlin = { module = "io.vertx:vertx-lang-kotlin", version.ref = "vertx" }

0 commit comments

Comments
 (0)