mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-08 21:27:03 +01:00
11 lines
157 B
Plaintext
11 lines
157 B
Plaintext
rootProject.name = "revanced-integrations"
|
|
|
|
buildCache {
|
|
local {
|
|
isEnabled = "CI" !in System.getenv()
|
|
}
|
|
}
|
|
|
|
include(":app")
|
|
include(":dummy")
|