mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-09 12:56:18 +00:00
8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
rootProject.name = "revanced-api"
|
|
|
|
buildCache {
|
|
local {
|
|
isEnabled = "CI" !in System.getenv()
|
|
}
|
|
}
|