@@ -29,7 +29,7 @@ Artifact GOOGLE_TAG_MANAGER_ARTIFACT = new Artifact ("Google.TagMa
2929
3030Artifact GOOGLE_GOOGLE_APP_MEASUREMENT_ARTIFACT = new Artifact ( "Google.AppMeasurement" , "11.8.0" , "12.0" , ComponentGroup . Google , csprojName : "GoogleAppMeasurement" ) ;
3131Artifact GOOGLE_PROMISES_OBJC_ARTIFACT = new Artifact ( "Google.PromisesObjC" , "2.4.0" , "10.0" , ComponentGroup . Google , csprojName : "PromisesObjC" ) ;
32- Artifact GOOGLE_GTM_SESSION_FETCHER_ARTIFACT = new Artifact ( "Google.GTMSessionFetcher" , "4.1.0.1" , "13.0" , ComponentGroup . Google , csprojName : "GTMSessionFetcher" ) ;
32+ Artifact GOOGLE_GTM_SESSION_FETCHER_ARTIFACT = new Artifact ( "Google.GTMSessionFetcher" , "4.2.0" , "13.0" , ComponentGroup . Google , csprojName : "GTMSessionFetcher" ) ;
3333Artifact GOOGLE_NANOPB_ARTIFACT = new Artifact ( "Google.Nanopb" , "3.30910.0" , "12.0" , ComponentGroup . Google , csprojName : "Nanopb" ) ;
3434Artifact GOOGLE_GOOGLE_UTILITIES_ARTIFACT = new Artifact ( "Google.GoogleUtilities" , "8.0.2" , "12.0" , ComponentGroup . Google , csprojName : "GoogleUtilities" ) ;
3535Artifact GOOGLE_GOOGLE_DATA_TRANSPORT_ARTIFACT = new Artifact ( "Google.GoogleDataTransport" , "10.1.0" , "12.0" , ComponentGroup . Google , csprojName : "GoogleDataTransport" ) ;
@@ -254,7 +254,7 @@ void SetArtifactsPodSpecs ()
254254 PodSpec . Create ( "PromisesObjC" , "2.4.0" , frameworkSource : FrameworkSource . Pods , frameworkName : "FBLPromises" , targetName : "PromisesObjC" ) ,
255255 } ;
256256 GOOGLE_GTM_SESSION_FETCHER_ARTIFACT . PodSpecs = new [ ] {
257- PodSpec . Create ( "GTMSessionFetcher" , "4.1 .0" , frameworkSource : FrameworkSource . Pods , subSpecs : new [ ] { "Full" } ) ,
257+ PodSpec . Create ( "GTMSessionFetcher" , "4.2 .0" , frameworkSource : FrameworkSource . Pods , subSpecs : new [ ] { "Full" } ) ,
258258 } ;
259259 GOOGLE_NANOPB_ARTIFACT . PodSpecs = new [ ] {
260260 PodSpec . Create ( "nanopb" , "3.30910.0" , frameworkSource : FrameworkSource . Pods ) ,
0 commit comments