revanced-patches/settings.gradle.kts
2024-04-14 13:02:21 +00:00

7 lines
126 B
Kotlin

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