Files
revanced-patches-template/settings.gradle.kts
oSumAtrIX 513bf5d57d build: Adjust project information
Use ReVanced project information instead of placeholders. This also fixes failing publication.
2024-02-21 03:30:33 +01:00

8 lines
126 B
Plaintext

rootProject.name = "revanced-patches-template"
buildCache {
local {
isEnabled = "CI" !in System.getenv()
}
}