revanced-integrations/settings.gradle.kts

11 lines
157 B
Plaintext
Raw Permalink Normal View History

2023-11-22 00:26:37 +01:00
rootProject.name = "revanced-integrations"
buildCache {
local {
isEnabled = "CI" !in System.getenv()
}
}
2023-11-22 00:26:37 +01:00
include(":app")
include(":dummy")