mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-02-01 19:15:16 +01:00
8 lines
127 B
Kotlin
8 lines
127 B
Kotlin
rootProject.name = "revanced-patcher"
|
|
|
|
buildCache {
|
|
local {
|
|
isEnabled = !System.getenv().containsKey("CI")
|
|
}
|
|
}
|