From 8e97c84b750aabcc3f9b6b85a6bf907918c26629 Mon Sep 17 00:00:00 2001 From: Mathis Centauri Date: Wed, 1 Feb 2023 09:56:37 +0100 Subject: [PATCH] compatibility problem with other geolocation services --- android/build.gradle | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index cf167cf..47fd5ae 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -4,7 +4,7 @@ def DEFAULT_COMPILE_SDK_VERSION = 29 def DEFAULT_BUILD_TOOLS_VERSION = "29.0.2" def DEFAULT_MIN_SDK_VERSION = 16 def DEFAULT_TARGET_SDK_VERSION = 29 -def DEFAULT_GOOGLE_PLAY_SERVICES_VERSION = "18.0.0" +def DEFAULT_GOOGLE_PLAY_SERVICES_VERSION = "21.0.1" def safeExtGet(prop, fallback) { rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback diff --git a/package.json b/package.json index d5c4088..10883c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-geolocation-service", - "version": "5.3.1", + "version": "5.3.2", "description": "React native geolocation service for iOS and android", "main": "js/index.js", "scripts": {