Magisk/build.gradle.kts

8 lines
125 B
Plaintext
Raw Normal View History

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