Skip to content

Commit

Permalink
Merge pull request #578 from tidev/versionUpdate
Browse files Browse the repository at this point in the history
feat(android): version update
  • Loading branch information
hansemannn committed Oct 2, 2022
2 parents 9234d1e + 22981f3 commit c759b89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions 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'
}
2 changes: 1 addition & 1 deletion android/manifest
Expand Up @@ -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
Expand Down

0 comments on commit c759b89

Please sign in to comment.