From ea16f6e0b1d6db96e4f50b015b9712ecdb863bd8 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Wed, 14 Aug 2019 23:23:27 +0200 Subject: [PATCH] Revert "Trying to fix Android buikld" This reverts commit 0dd0dc54890a14526f4bfe26877ca450264a2d53. --- ReactNativeClient/android/build.gradle | 5 ----- ReactNativeClient/android/gradle.properties | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ReactNativeClient/android/build.gradle b/ReactNativeClient/android/build.gradle index dda8a88632..c788fba000 100644 --- a/ReactNativeClient/android/build.gradle +++ b/ReactNativeClient/android/build.gradle @@ -52,8 +52,3 @@ subprojects { } } -ext { - googlePlayServicesVersion = "16.0.0" - googlePlayServicesVisionVersion = "17.0.2" -} - diff --git a/ReactNativeClient/android/gradle.properties b/ReactNativeClient/android/gradle.properties index d541811d08..1a5d0b9d73 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