6.6.4 - Fix - 修复 RootShell 依赖项无法获取的问题
Some checks failed
Android CI / build (push) Has been cancelled
Some checks failed
Android CI / build (push) Has been cancelled
This commit is contained in:
9
libs/root-shell-1.6/build.gradle.kts
Normal file
9
libs/root-shell-1.6/build.gradle.kts
Normal file
@@ -0,0 +1,9 @@
|
||||
"root-shell-1.6.aar"
|
||||
.let { path ->
|
||||
rootProject.extra["configurationName"].toString().let { name ->
|
||||
configurations.maybeCreate(name)
|
||||
file(path).takeIf { it.exists() }?.also {
|
||||
artifacts.add(name, it)
|
||||
} ?: throw Exception("File not found: \"$path\"")
|
||||
}
|
||||
}
|
||||
BIN
libs/root-shell-1.6/root-shell-1.6.aar
Normal file
BIN
libs/root-shell-1.6/root-shell-1.6.aar
Normal file
Binary file not shown.
Reference in New Issue
Block a user