Magisk/build.gradle.kts

8 lines
125 B
Plaintext
Raw Normal View History

2020-07-04 13:53:31 +00:00
plugins {
id("MagiskPlugin")
}
2020-12-05 22:30:45 +00:00
tasks.register("clean", Delete::class) {
2023-09-13 09:39:56 +00:00
delete(rootProject.layout.buildDirectory)
2020-07-04 13:53:31 +00:00
}