[Android] Disable R8

Geoffrey Métais git at videolan.org
Wed Jan 23 15:35:12 CET 2019


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Jan 23 15:29:56 2019 +0100| [21a36ae40f57f17ddeb1fd52972349fec1e591cc] | committer: Geoffrey Métais

Disable R8

> https://code.videolan.org/videolan/vlc-android/commit/21a36ae40f57f17ddeb1fd52972349fec1e591cc
---

 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index e9821c2ed..c791eda7f 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
 android.enableJetifier=true
 android.useAndroidX=true
-android.enableR8=true
+android.enableR8=false
 



More information about the Android mailing list