Files
revanced-manager/gradle.properties
Ushie 4f6197cf7d feat!: Bump major version
BREAKING CHANGE: bump major version to 2.0.0
2026-03-14 23:51:59 +01:00

11 lines
386 B
Properties

org.gradle.jvmargs=-Xmx3072m -Dfile.encoding=UTF-8
android.useAndroidX=true
kotlin.code.style=official
org.gradle.caching=true
android.builtInKotlin=false
android.nonFinalResIds=false
# Must be disabled for now, otherwise :app:publish task fails.
org.gradle.configuration-cache=false
org.gradle.configuration-cache.parallel=true
org.gradle.parallel=true
org.gradle.tooling.parallel=true