Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
[Google] Bumped G.Maps and G.Places versions to 3.5.0
Browse files Browse the repository at this point in the history
* This fixes #306
  • Loading branch information
SotoiGhost authored and SotoiGhost committed Oct 17, 2019
1 parent 9df6880 commit b4d46b0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions components.cake
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Artifact GOOGLE_APP_INDEXING_ARTIFACT = new Artifact ("Google.AppIndexing", "2.0
Artifact GOOGLE_CAST_ARTIFACT = new Artifact ("Google.Cast", "4.4.5", "8.0", ComponentGroup.Google, csprojName: "Cast");
Artifact GOOGLE_CORE_ARTIFACT = new Artifact ("Google.Core", "3.1.0.1", "7.0", ComponentGroup.Google, csprojName: "Core");
Artifact GOOGLE_INSTANCE_ID_ARTIFACT = new Artifact ("Google.InstanceID", "1.2.1.15", "7.0", ComponentGroup.Google, csprojName: "InstanceID");
Artifact GOOGLE_MAPS_ARTIFACT = new Artifact ("Google.Maps", "3.1.0", "9.0", ComponentGroup.Google, csprojName: "Maps");
Artifact GOOGLE_MAPS_ARTIFACT = new Artifact ("Google.Maps", "3.5.0", "9.0", ComponentGroup.Google, csprojName: "Maps");
Artifact GOOGLE_MOBILE_ADS_ARTIFACT = new Artifact ("Google.MobileAds", "7.47.0", "8.0", ComponentGroup.Google, csprojName: "MobileAds");
Artifact GOOGLE_PLACES_ARTIFACT = new Artifact ("Google.Places", "3.1.0", "9.0", ComponentGroup.Google, csprojName: "Places");
Artifact GOOGLE_PLACES_ARTIFACT = new Artifact ("Google.Places", "3.5.0", "9.0", ComponentGroup.Google, csprojName: "Places");
Artifact GOOGLE_SIGN_IN_ARTIFACT = new Artifact ("Google.SignIn", "4.4.0", "8.0", ComponentGroup.Google, csprojName: "SignIn");
Artifact GOOGLE_TAG_MANAGER_ARTIFACT = new Artifact ("Google.TagManager", "7.1.2.0", "8.0", ComponentGroup.Google, csprojName: "TagManager");

Expand Down Expand Up @@ -181,14 +181,14 @@ void SetArtifactsPodSpecs ()
PodSpec.Create ("GoogleIPhoneUtilities", "1.2.0")
};
GOOGLE_MAPS_ARTIFACT.PodSpecs = new [] {
PodSpec.Create ("GoogleMaps", "3.1.0")
PodSpec.Create ("GoogleMaps", "3.5.0")
};
GOOGLE_MOBILE_ADS_ARTIFACT.PodSpecs = new [] {
PodSpec.Create ("Google-Mobile-Ads-SDK", "7.47.0"),
PodSpec.Create ("PersonalizedAdConsent", "1.0.3", frameworkSource: FrameworkSource.Pods)
};
GOOGLE_PLACES_ARTIFACT.PodSpecs = new [] {
PodSpec.Create ("GooglePlaces", "3.1.0")
PodSpec.Create ("GooglePlaces", "3.5.0")
};
GOOGLE_SIGN_IN_ARTIFACT.PodSpecs = new [] {
PodSpec.Create ("GoogleSignIn", "4.4.0")
Expand Down
4 changes: 2 additions & 2 deletions source/Google/Maps/Maps.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>Google.Maps</RootNamespace>
<AssemblyName>Google.Maps</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>3.1.0</FileVersion>
<FileVersion>3.5.0</FileVersion>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
Expand All @@ -23,7 +23,7 @@
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=865548</PackageProjectUrl>
<PackageLicenseUrl>https://go.microsoft.com/fwlink/?linkid=865552</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageVersion>3.1.0</PackageVersion>
<PackageVersion>3.5.0</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions source/Google/Places/Places.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<RootNamespace>Google.Places</RootNamespace>
<AssemblyName>Google.Places</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>3.1.0</FileVersion>
<FileVersion>3.5.0</FileVersion>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ProcessEnums>true</ProcessEnums>
Expand All @@ -24,7 +24,7 @@
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=865542</PackageProjectUrl>
<PackageLicenseUrl>https://go.microsoft.com/fwlink/?linkid=865547</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageVersion>3.1.0</PackageVersion>
<PackageVersion>3.5.0</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b4d46b0

Please sign in to comment.