You've already forked Zygisk-Assistant
mirror of
https://github.com/snake-4/Zygisk-Assistant.git
synced 2025-09-06 06:37:02 +00:00
Fixed module template copy task during build
Fixes Magisk compatibility.
This commit is contained in:
@@ -55,6 +55,9 @@ androidComponents.onVariants { variant ->
|
|||||||
"versionCode" to verCode
|
"versionCode" to verCode
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
from("$projectDir/template") {
|
||||||
|
exclude("module.prop")
|
||||||
|
}
|
||||||
from(libOutDir) {
|
from(libOutDir) {
|
||||||
into("zygisk")
|
into("zygisk")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user