revanced-patches/settings.gradle.kts
2023-12-11 22:39:44 +01:00

10 lines
135 B
Plaintext

include("dummy")
rootProject.name = "revanced-patches"
buildCache {
local {
isEnabled = "CI" !in System.getenv()
}
}