Magisk/build.gradle.kts

8 lines
125 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) {
2023-09-13 17:39:56 +08:00
delete(rootProject.layout.buildDirectory)
2020-07-04 06:53:31 -07:00
}