Skip to content

Commit

Permalink
[google_maps_flutter_android] Increase android google maps utils version
Browse files Browse the repository at this point in the history
  • Loading branch information
jokerttu committed Oct 26, 2023
1 parent e052a4c commit b44d05a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {
dependencies {
implementation "androidx.annotation:annotation:1.5.0"
implementation 'com.google.android.gms:play-services-maps:18.1.0'
implementation 'com.google.maps.android:android-maps-utils:2.4.0'
implementation 'com.google.maps.android:android-maps-utils:3.6.0'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test:rules:1.4.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public void onMapReady(GoogleMap googleMap) {
this.googleMap.setIndoorEnabled(this.indoorEnabled);
this.googleMap.setTrafficEnabled(this.trafficEnabled);
this.googleMap.setBuildingsEnabled(this.buildingsEnabled);
googleMap.setOnInfoWindowClickListener(this);
this.googleMap.setOnInfoWindowClickListener(this);
if (mapReadyResult != null) {
mapReadyResult.success(null);
mapReadyResult = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ android {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
api 'androidx.test:core:1.2.0'
testImplementation 'com.google.android.gms:play-services-maps:17.0.0'
testImplementation 'com.google.maps.android:android-maps-utils:2.4.0'
testImplementation 'com.google.maps.android:android-maps-utils:3.6.0'
}
lint {
disable 'InvalidPackage'
Expand Down

0 comments on commit b44d05a

Please sign in to comment.