File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
build-logic/convention/src/main/kotlin Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[versions ]
22androidDesugarJdkLibs = " 2.1.5"
3- androidGradlePlugin = " 8.11.1 "
4- androidTools = " 31.12.1 "
3+ androidGradlePlugin = " 8.12.3 "
4+ androidTools = " 31.13.0 "
55androidxAnnotation = " 1.9.1"
66collection = " 1.5.0"
77core = " 1.17.0"
88fragment = " 1.8.9"
9- githubApi = " 1.329 "
9+ githubApi = " 1.330 "
1010hiddenapibypass = " 6.1"
11- jebrainsAnnotations = " 26.0.2"
12- kotlin = " 2.2.10 "
11+ jebrainsAnnotations = " 26.0.2-1 "
12+ kotlin = " 2.2.20 "
1313libsu = " 6.0.0"
1414preference = " 1.2.1"
1515xposed = " 82"
You can’t perform that action at this time.
0 commit comments