diff --git a/android/build.gradle b/android/build.gradle index 733994cb..a9172ed4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,6 +1,11 @@ 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' + // 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' + + // https://developer.android.com/jetpack/androidx/releases/fragment + implementation 'androidx.fragment:fragment:1.5.2' } 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