1
0
mirror of https://github.com/revanced/revanced-patches synced 2025-01-24 20:27:35 +01:00
revanced-patches/settings.gradle.kts

8 lines
117 B
Plaintext
Raw Normal View History

2022-03-21 16:19:51 +01:00
rootProject.name = "revanced-patches"
2023-11-22 00:26:38 +01:00
buildCache {
local {
isEnabled = "CI" !in System.getenv()
2023-11-22 00:26:38 +01:00
}
}