7 lines
126 B
Kotlin
7 lines
126 B
Kotlin
rootProject.name = "revanced-patches-template"
|
|
|
|
buildCache {
|
|
local {
|
|
isEnabled = "CI" !in System.getenv()
|
|
}
|
|
}
|