diff --git a/ReactNativeClient/android/build.gradle b/ReactNativeClient/android/build.gradle index c788fba00..dda8a8863 100644 --- a/ReactNativeClient/android/build.gradle +++ b/ReactNativeClient/android/build.gradle @@ -52,3 +52,8 @@ subprojects { } } +ext { + googlePlayServicesVersion = "16.0.0" + googlePlayServicesVisionVersion = "17.0.2" +} + diff --git a/ReactNativeClient/android/gradle.properties b/ReactNativeClient/android/gradle.properties index 1a5d0b9d7..d541811d0 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