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