6.6.4 - Fix - 修复 RootShell 依赖项无法获取的问题
Some checks failed
Android CI / build (push) Has been cancelled

This commit is contained in:
SuperMonster003
2025-07-28 19:47:10 +08:00
parent d1b2add349
commit fa4790c521
5 changed files with 15 additions and 5 deletions

View 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\"")
}
}

Binary file not shown.