mirror of
https://github.com/ReVanced/revanced-patches-template.git
synced 2026-01-10 21:36:18 +00:00
Use ReVanced project information instead of placeholders. This also fixes failing publication.
8 lines
126 B
Plaintext
8 lines
126 B
Plaintext
rootProject.name = "revanced-patches-template"
|
|
|
|
buildCache {
|
|
local {
|
|
isEnabled = "CI" !in System.getenv()
|
|
}
|
|
}
|