Skip to content

Commit ca313a9

Browse files
committed
gradle
1 parent a76a56b commit ca313a9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

build-logic/convention/src/main/kotlin/Common.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ private class CommonAndroid : Plugin<Project> {
153153

154154
dependencies {
155155
add("implementation", libs.androidx.annotation)
156+
add("implementation", libs.kotlin.bom) // only for annotation
156157
add("compileOnly", libs.xposed.api)
157158
}
158159

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
22
androidDesugarJdkLibs = "2.1.5"
3-
androidGradlePlugin = "8.11.1"
4-
androidTools = "31.12.1"
3+
androidGradlePlugin = "8.12.3"
4+
androidTools = "31.13.0"
55
androidxAnnotation = "1.9.1"
66
collection = "1.5.0"
77
core = "1.17.0"
88
fragment = "1.8.9"
9-
githubApi = "1.329"
9+
githubApi = "1.330"
1010
hiddenapibypass = "6.1"
11-
jebrainsAnnotations = "26.0.2"
12-
kotlin = "2.2.10"
11+
jebrainsAnnotations = "26.0.2-1"
12+
kotlin = "2.2.20"
1313
libsu = "6.0.0"
1414
preference = "1.2.1"
1515
xposed = "82"

0 commit comments

Comments
 (0)