revanced-patches-tasker/settings.gradle.kts

10 lines
145 B
Plaintext
Raw Normal View History

include("dummy")
2022-03-21 15:19:51 +00:00
rootProject.name = "revanced-patches"
2023-11-21 23:26:38 +00:00
buildCache {
local {
isEnabled = !System.getenv().containsKey("CI")
}
}