1
0
mirror of https://github.com/etesync/android synced 2024-11-15 20:38:58 +00:00
etesync-android/gradle.properties
Tom Hacohen 73f428a418 Temporarily disable R8.
It breaks the build because it doesn't seem to recognise the source
compatibility options and keeps on complaining on required minimum android
versions.
2019-05-06 13:09:42 +01:00

5 lines
107 B
INI

android.enableJetifier=true
android.useAndroidX=true
android.enableR8 = false
org.gradle.jvmargs=-Xmx2048M