mirror of
https://github.com/etesync/android
synced 2024-11-22 07:58:09 +00:00
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.
This commit is contained in:
parent
211c56502e
commit
73f428a418
@ -1,3 +1,4 @@
|
|||||||
android.enableJetifier=true
|
android.enableJetifier=true
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
|
android.enableR8 = false
|
||||||
org.gradle.jvmargs=-Xmx2048M
|
org.gradle.jvmargs=-Xmx2048M
|
||||||
|
Loading…
Reference in New Issue
Block a user