Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Sep 21, 2022
1 parent d6cc241 commit 22981f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -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'
}

0 comments on commit 22981f3

Please sign in to comment.