Magisk/build.gradle.kts

8 lines
112 B
Plaintext
Raw Permalink 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)
}