From d6cc241e462e67f0a737d07e1aca63812f799aa8 Mon Sep 17 00:00:00 2001 From: m1ga Date: Fri, 19 Aug 2022 19:57:02 +0200 Subject: [PATCH 1/2] feat(android): version update --- android/build.gradle | 6 +++--- android/manifest | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 733994cb..c675d9e9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,6 +1,6 @@ dependencies { - implementation 'com.google.android.gms:play-services-maps:18.0.2' - implementation 'com.google.maps.android:android-maps-utils:2.3.0' - implementation 'androidx.fragment:fragment:1.3.6' + implementation 'com.google.android.gms:play-services-maps:18.1.0' + implementation 'com.google.maps.android:android-maps-utils:2.4.0' + implementation 'androidx.fragment:fragment:1.4.1' } diff --git a/android/manifest b/android/manifest index 8ef4b778..1380c543 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: 5.4.0 +version: 5.5.0 apiversion: 4 architectures: arm64-v8a armeabi-v7a x86 x86_64 description: External version of Map module using native Google Maps library From 22981f3b2df7ecfde47baee7f344d8c080e2e2dc Mon Sep 17 00:00:00 2001 From: m1ga Date: Wed, 21 Sep 2022 14:29:24 +0200 Subject: [PATCH 2/2] version update --- android/build.gradle | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index c675d9e9..a9172ed4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,6 +1,11 @@ dependencies { + // https://developers.google.com/android/guides/releases implementation 'com.google.android.gms:play-services-maps:18.1.0' + + // https://github.com/googlemaps/android-maps-utils/releases implementation 'com.google.maps.android:android-maps-utils:2.4.0' - implementation 'androidx.fragment:fragment:1.4.1' + + // https://developer.android.com/jetpack/androidx/releases/fragment + implementation 'androidx.fragment:fragment:1.5.2' }