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.
pull/96/head
Tom Hacohen 5 years ago
parent 211c56502e
commit 73f428a418

@ -1,3 +1,4 @@
android.enableJetifier=true
android.useAndroidX=true
android.enableR8 = false
org.gradle.jvmargs=-Xmx2048M

Loading…
Cancel
Save