Skip to content

Commit e5249f6

Browse files
GoogleSignIn 7.0.0
1 parent 295b975 commit e5249f6

6 files changed

Lines changed: 211 additions & 246 deletions

File tree

components.cake

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Artifact GOOGLE_MAPS_ARTIFACT = new Artifact ("Google.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.3", "12.0", ComponentGroup.Google, csprojName: "Places");
27-
Artifact GOOGLE_SIGN_IN_ARTIFACT = new Artifact ("Google.SignIn", "5.0.2.4", "11.0", ComponentGroup.Google, csprojName: "SignIn");
27+
Artifact GOOGLE_SIGN_IN_ARTIFACT = new Artifact ("Google.SignIn", "7.0.0.0", "10.0", ComponentGroup.Google, csprojName: "SignIn");
2828
Artifact GOOGLE_TAG_MANAGER_ARTIFACT = new Artifact ("Google.TagManager", "7.4.0.2", "11.0", ComponentGroup.Google, csprojName: "TagManager");
2929

3030
Artifact GOOGLE_GOOGLE_APP_MEASUREMENT_ARTIFACT = new Artifact ("Google.AppMeasurement", "11.5.0", "12.0", ComponentGroup.Google, csprojName: "GoogleAppMeasurement");
@@ -124,7 +124,7 @@ void SetArtifactsDependencies ()
124124
GOOGLE_MOBILE_ADS_ARTIFACT.Dependencies = new [] { FIREBASE_CORE_ARTIFACT };
125125
GOOGLE_UMP_ARTIFACT.Dependencies = null;
126126
GOOGLE_PLACES_ARTIFACT.Dependencies = null;
127-
GOOGLE_SIGN_IN_ARTIFACT.Dependencies = new [] { FIREBASE_CORE_ARTIFACT };
127+
GOOGLE_SIGN_IN_ARTIFACT.Dependencies = new [] { GOOGLE_GTM_SESSION_FETCHER_ARTIFACT };
128128
GOOGLE_TAG_MANAGER_ARTIFACT.Dependencies = new [] { FIREBASE_CORE_ARTIFACT, FIREBASE_INSTALLATIONS_ARTIFACT, FIREBASE_ANALYTICS_ARTIFACT };
129129
GOOGLE_PROMISES_OBJC_ARTIFACT.Dependencies = null;
130130
GOOGLE_GTM_SESSION_FETCHER_ARTIFACT.Dependencies = null;
@@ -239,9 +239,9 @@ void SetArtifactsPodSpecs ()
239239
PodSpec.Create ("GooglePlaces", "6.0.0")
240240
};
241241
GOOGLE_SIGN_IN_ARTIFACT.PodSpecs = new [] {
242-
PodSpec.Create ("GoogleSignIn", "5.0.2"),
243-
PodSpec.Create ("AppAuth", "1.4.0", frameworkSource: FrameworkSource.Pods),
244-
PodSpec.Create ("GTMAppAuth", "1.2.1", frameworkSource: FrameworkSource.Pods),
242+
PodSpec.Create ("GoogleSignIn", "7.0.0", frameworkSource: FrameworkSource.Pods),
243+
PodSpec.Create ("AppAuth", "1.7.6", frameworkSource: FrameworkSource.Pods),
244+
PodSpec.Create ("GTMAppAuth", "2.0.0", frameworkSource: FrameworkSource.Pods),
245245
};
246246
GOOGLE_TAG_MANAGER_ARTIFACT.PodSpecs = new [] {
247247
PodSpec.Create ("GoogleTagManager", "7.4.0")

0 commit comments

Comments
 (0)