revanced-patches/settings.gradle.kts

10 lines
135 B
Plaintext
Raw Normal View History

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