Skip to content

Commit a9c8a43

Browse files
Google Maps 9.1.1 (AdamEssenmacher#43)
* Google Maps 9.1.1 * Removed white space changes * Undoing changes to ArgumentSemantic parameters * Fix pull request comments * Fix pull request comments --------- Co-authored-by: Adam Essenmacher <adam.essenmacher@gmail.com>
1 parent df22288 commit a9c8a43

File tree

6 files changed

+492
-44
lines changed

6 files changed

+492
-44
lines changed

components.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ("Firebase.Sto
2020
// Google artifacts available to be built. These artifacts generate NuGets.
2121
Artifact GOOGLE_ANALYTICS_ARTIFACT = new Artifact ("Google.Analytics", "3.20.0.2", "11.0", ComponentGroup.Google, csprojName: "Analytics");
2222
Artifact GOOGLE_CAST_ARTIFACT = new Artifact ("Google.Cast", "4.7.0.1", "12.0", ComponentGroup.Google, csprojName: "Cast");
23-
Artifact GOOGLE_MAPS_ARTIFACT = new Artifact ("Google.Maps", "6.0.1.2", "12.0", ComponentGroup.Google, csprojName: "Maps");
23+
Artifact GOOGLE_MAPS_ARTIFACT = new Artifact ("Google.Maps", "9.1.1.0", "15.0", ComponentGroup.Google, csprojName: "Maps");
2424
Artifact GOOGLE_MOBILE_ADS_ARTIFACT = new Artifact ("Google.MobileAds", "8.13.0.3", "11.0", ComponentGroup.Google, csprojName: "MobileAds");
2525
Artifact GOOGLE_UMP_ARTIFACT = new Artifact ("Google.UserMessagingPlatform", "1.1.0.1", "11.0", ComponentGroup.Google, csprojName: "UserMessagingPlatform");
2626
Artifact GOOGLE_PLACES_ARTIFACT = new Artifact ("Google.Places", "6.0.0.2", "12.0", ComponentGroup.Google, csprojName: "Places");

0 commit comments

Comments
 (0)