This website requires JavaScript.
Explore
Help
Sign In
ReVanced-Mirror
/
revanced-patches
Watch
1
Star
0
Fork
0
You've already forked revanced-patches
mirror of
https://github.com/revanced/revanced-patches
synced
2024-10-31 16:53:00 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
feat/music-settings
revanced-patches
/
settings.gradle.kts
8 lines
117 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
feat: Initial commit
2022-03-21 16:19:51 +01:00
rootProject.name = "revanced-patches"
build: Use Gradle build cache
2023-11-22 00:26:38 +01:00
buildCache {
local {
build: Simplify enabling local build cache
2023-12-10 21:57:11 +01:00
isEnabled = "CI" !in System.getenv()
build: Use Gradle build cache
2023-11-22 00:26:38 +01:00
}
}
Reference in New Issue
Copy Permalink