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