From ddc89cc0af94ba770009d65bbfca0c381653c765 Mon Sep 17 00:00:00 2001 From: m1ga Date: Sat, 25 Dec 2021 19:35:34 +0100 Subject: [PATCH] feat(android): update to 18.0.1 --- android/build.gradle | 4 ++-- android/manifest | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 5fd0133..1c8466e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,9 +1,9 @@ dependencies { // Needed to check for Google Play Services availability on device. - implementation 'com.google.android.gms:play-services-base:17.5.0' + implementation 'com.google.android.gms:play-services-base:18.0.1' // 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:17.1.0' + implementation 'com.google.android.gms:play-services-location:19.0.0' } diff --git a/android/manifest b/android/manifest index a376ec7..f159c60 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: 17.5.0 +version: 18.0.1 apiversion: 4 architectures: arm64-v8a armeabi-v7a x86 x86_64 description: Titanium Google Play Services module.