0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-19 19:42:20 +02:00
florisboard/gradle.properties
2021-02-10 15:38:32 -05:00

9 lines
384 B
Properties

# Use AndroidX package structure - https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# Set max Gradle JVM memory to 2 Gigabytes
org.gradle.jvmargs=-Xmx2G