bitwarden-android/gradle.properties

8 lines
202 B
Properties
Raw Normal View History

2023-08-23 00:03:42 +03:00
android.nonTransitiveRClass=true
android.useAndroidX=true
kotlin.code.style=official
2024-03-15 21:37:34 +03:00
org.gradle.caching=true
org.gradle.jvmargs=-Xmx4g -XX:+UseParallelGC -Dfile.encoding=UTF-8
org.gradle.parallel=true