[Android] Disable Jetifier

Geoffrey Métais git at videolan.org
Mon Aug 17 18:01:10 CEST 2020


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Aug 17 15:26:03 2020 +0200| [3448fa8f8c8efefaf0fbcf1554b0f973f2dc521b] | committer: Jean-Baptiste Kempf

Disable Jetifier

We do not have any AppCompat dependency anymore, disabling it is safe
and should reduce build time.

> https://code.videolan.org/videolan/vlc-android/commit/3448fa8f8c8efefaf0fbcf1554b0f973f2dc521b
---

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

diff --git a/gradle.properties b/gradle.properties
index d7ea61e2c..a4223faa3 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
-android.enableJetifier=true
+android.enableJetifier=false
 android.useAndroidX=true
 android.databinding.incremental=true
 kapt.incremental.apt=true



More information about the Android mailing list