0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-19 19:42:20 +02:00
florisboard/gradle.properties

9 lines
384 B
Properties
Raw Normal View History

2021-02-10 21:38:32 +01:00
# Use AndroidX package structure - https://developer.android.com/topic/libraries/support-library/androidx-rn
2020-04-08 23:21:33 +02:00
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
2021-02-10 21:38:32 +01:00
# Set max Gradle JVM memory to 2 Gigabytes
org.gradle.jvmargs=-Xmx2G