Files
revanced-patches/settings.gradle.kts
2024-09-06 10:26:53 +02:00

10 lines
135 B
Plaintext

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