This website requires JavaScript.
Explore
Help
Sign In
external
/
revanced-patches
Watch
1
Star
0
Fork
You've already forked revanced-patches
0
mirror of
https://github.com/ReVanced/revanced-patches.git
synced
2024-11-10 01:01:56 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a15a237d65
revanced-patches
/
settings.gradle.kts
8 lines
117 B
Text
Raw
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 a new issue
Copy permalink