From 035b9c6d1aa1ed28b1ce8f17c796a0ec8f7c2279 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Wed, 19 Jun 2019 21:51:22 +0100 Subject: [PATCH] Android: This is now needed to build the app --- ReactNativeClient/android/gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReactNativeClient/android/gradle.properties b/ReactNativeClient/android/gradle.properties index d541811d0..1a5d0b9d7 100644 --- a/ReactNativeClient/android/gradle.properties +++ b/ReactNativeClient/android/gradle.properties @@ -19,5 +19,5 @@ # Required for react-native-webview # https://github.com/react-native-community/react-native-webview/blob/master/docs/Getting-Started.md -# android.useAndroidX=true -# android.enableJetifier=true \ No newline at end of file +android.useAndroidX=true +android.enableJetifier=true \ No newline at end of file