mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-02 01:33:13 +01:00
10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
include("dummy")
|
|
|
|
rootProject.name = "revanced-patches"
|
|
|
|
buildCache {
|
|
local {
|
|
isEnabled = !System.getenv().containsKey("CI")
|
|
}
|
|
}
|