diff --git a/android/build.gradle b/android/build.gradle index 8c4f968..0d0429c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -5,5 +5,5 @@ dependencies { // App devs expect adding "ti.playservices" will enable "Fused Location" support to "Ti.Gelocation" APIs. // So, we must add this library to support it, even though this module doesn't use this library at all. - implementation 'com.google.android.gms:play-services-location:20.0.0' + implementation 'com.google.android.gms:play-services-location:21.0.1' } diff --git a/android/manifest b/android/manifest index 6406ae5..52ee482 100644 --- a/android/manifest +++ b/android/manifest @@ -2,7 +2,7 @@ # this is your module manifest and used by Titanium # during compilation, packaging, distribution, etc. # -version: 18.1.0 +version: 18.2.0 apiversion: 4 architectures: arm64-v8a armeabi-v7a x86 x86_64 description: Titanium Google Play Services module.