@@ -27,7 +27,7 @@ Artifact GOOGLE_PLACES_ARTIFACT = new Artifact ("Google.Place
2727Artifact GOOGLE_SIGN_IN_ARTIFACT = new Artifact ( "Google.SignIn" , "8.0.0.0" , "12.0" , ComponentGroup . Google , csprojName : "SignIn" ) ;
2828Artifact GOOGLE_TAG_MANAGER_ARTIFACT = new Artifact ( "Google.TagManager" , "7.4.0.2" , "11.0" , ComponentGroup . Google , csprojName : "TagManager" ) ;
2929
30- Artifact GOOGLE_GOOGLE_APP_MEASUREMENT_ARTIFACT = new Artifact ( "Google.AppMeasurement" , "11.6 .0" , "12.0" , ComponentGroup . Google , csprojName : "GoogleAppMeasurement" ) ;
30+ Artifact GOOGLE_GOOGLE_APP_MEASUREMENT_ARTIFACT = new Artifact ( "Google.AppMeasurement" , "11.7 .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" ) ;
3232Artifact GOOGLE_GTM_SESSION_FETCHER_ARTIFACT = new Artifact ( "Google.GTMSessionFetcher" , "4.1.0" , "13.0" , ComponentGroup . Google , csprojName : "GTMSessionFetcher" ) ;
3333Artifact GOOGLE_NANOPB_ARTIFACT = new Artifact ( "Google.Nanopb" , "3.30910.0" , "12.0" , ComponentGroup . Google , csprojName : "Nanopb" ) ;
@@ -248,7 +248,7 @@ void SetArtifactsPodSpecs ()
248248 PodSpec . Create ( "GoogleTagManager" , "7.4.0" )
249249 } ;
250250 GOOGLE_GOOGLE_APP_MEASUREMENT_ARTIFACT . PodSpecs = new [ ] {
251- PodSpec . Create ( "GoogleAppMeasurement" , "11.6 .0" )
251+ PodSpec . Create ( "GoogleAppMeasurement" , "11.7 .0" )
252252 } ;
253253 GOOGLE_PROMISES_OBJC_ARTIFACT . PodSpecs = new [ ] {
254254 PodSpec . Create ( "PromisesObjC" , "2.4.0" , frameworkSource : FrameworkSource . Pods , frameworkName : "FBLPromises" , targetName : "PromisesObjC" ) ,
0 commit comments