chore: Remove unnecessary dummy module

This commit is contained in:
oSumAtrIX
2024-02-20 06:12:34 +01:00
parent c441a2ddf5
commit 53a9627cb2
2 changed files with 1 additions and 12 deletions

View File

@@ -1,9 +1,7 @@
include("dummy")
rootProject.name = "revanced-patches"
buildCache {
local {
isEnabled = !System.getenv().containsKey("CI")
isEnabled = "CI" !in System.getenv()
}
}