Files
revanced-library/settings.gradle.kts
2023-11-22 00:26:39 +01:00

8 lines
127 B
Plaintext

rootProject.name = "revanced-library"
buildCache {
local {
isEnabled = !System.getenv().containsKey("CI")
}
}