mirror of
https://github.com/ReVanced/revanced-library.git
synced 2026-01-10 21:36:17 +00:00
16 lines
250 B
Plaintext
16 lines
250 B
Plaintext
// TODO: Figure out why this causes problems.
|
|
rootProject.name = "revanced-library"
|
|
|
|
buildCache {
|
|
local {
|
|
isEnabled = "CI" !in System.getenv()
|
|
}
|
|
}
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|