1
0
mirror of https://github.com/topjohnwu/Magisk.git synced 2025-03-31 00:32:16 +00:00
Magisk/build.gradle.kts

8 lines
112 B
Plaintext
Raw Normal View History

2020-07-04 06:53:31 -07:00
plugins {
id("MagiskPlugin")
}
2020-12-06 06:30:45 +08:00
tasks.register("clean", Delete::class) {
2020-07-04 06:53:31 -07:00
delete(rootProject.buildDir)
}