From 1a7a87e1708ef694a7f9bc03cd8e93e976c255e3 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 14 Jun 2019 18:30:16 +0100 Subject: [PATCH] Remove this for now as are not on AndroidX yet --- 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 1a5d0b9d73..d541811d08 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