mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-06-29 13:16:51 +08:00
build: Enable Gradle Configuration Cache (#2059)
This commit is contained in:
@ -21,4 +21,5 @@ kotlin.code.style=official
|
|||||||
# resources declared in the library itself and none from the library's dependencies,
|
# resources declared in the library itself and none from the library's dependencies,
|
||||||
# thereby reducing the size of the R class for that library
|
# thereby reducing the size of the R class for that library
|
||||||
android.nonTransitiveRClass=true
|
android.nonTransitiveRClass=true
|
||||||
android.nonFinalResIds=false
|
android.nonFinalResIds=false
|
||||||
|
org.gradle.configuration-cache=true
|
||||||
|
Reference in New Issue
Block a user