11// Firebase artifacts available to be built. These artifacts generate NuGets.
2- Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ( "Firebase.ABTesting" , "12.5.0.4 " , "15.0" , ComponentGroup . Firebase , csprojName : "ABTesting" ) ;
3- Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ( "Firebase.Analytics" , "12.5.0.4 " , "15.0" , ComponentGroup . Firebase , csprojName : "Analytics" ) ;
4- Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ( "Firebase.Auth" , "12.5.0.4 " , "15.0" , ComponentGroup . Firebase , csprojName : "Auth" ) ;
5- Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ( "Firebase.CloudFirestore" , "12.5.0.4 " , "15.0" , ComponentGroup . Firebase , csprojName : "CloudFirestore" ) ;
6- Artifact FIREBASE_CLOUD_FUNCTIONS_ARTIFACT = new Artifact ( "Firebase.CloudFunctions" , "12.5.0.4 " , "15.0" , ComponentGroup . Firebase , csprojName : "CloudFunctions" ) ;
7- Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ( "Firebase.CloudMessaging" , "12.5.0.4 " , "15.0" , ComponentGroup . Firebase , csprojName : "CloudMessaging" ) ;
8- Artifact FIREBASE_CORE_ARTIFACT = new Artifact ( "Firebase.Core" , "12.5.0.4 " , "15.0" , ComponentGroup . Firebase , csprojName : "Core" ) ;
9- Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ( "Firebase.Crashlytics" , "12.5.0.4 " , "15.0" , ComponentGroup . Firebase , csprojName : "Crashlytics" ) ;
10- Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ( "Firebase.Database" , "12.5.0.4 " , "15.0" , ComponentGroup . Firebase , csprojName : "Database" ) ;
2+ Artifact FIREBASE_AB_TESTING_ARTIFACT = new Artifact ( "Firebase.ABTesting" , "12.6.0 " , "15.0" , ComponentGroup . Firebase , csprojName : "ABTesting" ) ;
3+ Artifact FIREBASE_ANALYTICS_ARTIFACT = new Artifact ( "Firebase.Analytics" , "12.6.0 " , "15.0" , ComponentGroup . Firebase , csprojName : "Analytics" ) ;
4+ Artifact FIREBASE_AUTH_ARTIFACT = new Artifact ( "Firebase.Auth" , "12.6.0 " , "15.0" , ComponentGroup . Firebase , csprojName : "Auth" ) ;
5+ Artifact FIREBASE_CLOUD_FIRESTORE_ARTIFACT = new Artifact ( "Firebase.CloudFirestore" , "12.6.0 " , "15.0" , ComponentGroup . Firebase , csprojName : "CloudFirestore" ) ;
6+ Artifact FIREBASE_CLOUD_FUNCTIONS_ARTIFACT = new Artifact ( "Firebase.CloudFunctions" , "12.6.0 " , "15.0" , ComponentGroup . Firebase , csprojName : "CloudFunctions" ) ;
7+ Artifact FIREBASE_CLOUD_MESSAGING_ARTIFACT = new Artifact ( "Firebase.CloudMessaging" , "12.6.0 " , "15.0" , ComponentGroup . Firebase , csprojName : "CloudMessaging" ) ;
8+ Artifact FIREBASE_CORE_ARTIFACT = new Artifact ( "Firebase.Core" , "12.6.0 " , "15.0" , ComponentGroup . Firebase , csprojName : "Core" ) ;
9+ Artifact FIREBASE_CRASHLYTICS_ARTIFACT = new Artifact ( "Firebase.Crashlytics" , "12.6.0 " , "15.0" , ComponentGroup . Firebase , csprojName : "Crashlytics" ) ;
10+ Artifact FIREBASE_DATABASE_ARTIFACT = new Artifact ( "Firebase.Database" , "12.6.0 " , "15.0" , ComponentGroup . Firebase , csprojName : "Database" ) ;
1111//Artifact FIREBASE_IN_APP_MESSAGING_ARTIFACT = new Artifact ("Firebase.InAppMessaging", "8.10.0.3", "15.0", ComponentGroup.Firebase, csprojName: "InAppMessaging");
12- Artifact FIREBASE_INSTALLATIONS_ARTIFACT = new Artifact ( "Firebase.Installations" , "12.5.0.4 " , "15.0" , ComponentGroup . Firebase , csprojName : "Installations" ) ;
13- Artifact FIREBASE_PERFORMANCE_MONITORING_ARTIFACT = new Artifact ( "Firebase.PerformanceMonitoring" , "12.5.0.4 " , "15.0" , ComponentGroup . Firebase , csprojName : "PerformanceMonitoring" ) ;
14- Artifact FIREBASE_REMOTE_CONFIG_ARTIFACT = new Artifact ( "Firebase.RemoteConfig" , "12.5.0.4 " , "15.0" , ComponentGroup . Firebase , csprojName : "RemoteConfig" ) ;
15- Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ( "Firebase.Storage" , "12.5.0.4 " , "15.0" , ComponentGroup . Firebase , csprojName : "Storage" ) ;
12+ Artifact FIREBASE_INSTALLATIONS_ARTIFACT = new Artifact ( "Firebase.Installations" , "12.6.0 " , "15.0" , ComponentGroup . Firebase , csprojName : "Installations" ) ;
13+ Artifact FIREBASE_PERFORMANCE_MONITORING_ARTIFACT = new Artifact ( "Firebase.PerformanceMonitoring" , "12.6.0 " , "15.0" , ComponentGroup . Firebase , csprojName : "PerformanceMonitoring" ) ;
14+ Artifact FIREBASE_REMOTE_CONFIG_ARTIFACT = new Artifact ( "Firebase.RemoteConfig" , "12.6.0 " , "15.0" , ComponentGroup . Firebase , csprojName : "RemoteConfig" ) ;
15+ Artifact FIREBASE_STORAGE_ARTIFACT = new Artifact ( "Firebase.Storage" , "12.6.0 " , "15.0" , ComponentGroup . Firebase , csprojName : "Storage" ) ;
1616//Artifact FIREBASE_APP_DISTRIBUTION_ARTIFACT = new Artifact ("Firebase.AppDistribution", "8.10.0.1", "15.0", ComponentGroup.Firebase, csprojName: "AppDistribution");
1717//Artifact FIREBASE_APP_CHECK_ARTIFACT = new Artifact ("Firebase.AppCheck", "8.10.0.1", "15.0", ComponentGroup.Firebase, csprojName: "AppCheck");
1818
@@ -26,7 +26,7 @@ Artifact GOOGLE_PLACES_ARTIFACT = new Artifact ("Google.Place
2626Artifact GOOGLE_SIGN_IN_ARTIFACT = new Artifact ( "Google.SignIn" , "8.0.0.4" , "15.0" , ComponentGroup . Google , csprojName : "SignIn" ) ;
2727Artifact GOOGLE_TAG_MANAGER_ARTIFACT = new Artifact ( "Google.TagManager" , "7.4.0.2" , "15.0" , ComponentGroup . Google , csprojName : "TagManager" ) ;
2828
29- Artifact GOOGLE_GOOGLE_APP_MEASUREMENT_ARTIFACT = new Artifact ( "Google.AppMeasurement" , "12.5.0.4 " , "15.0" , ComponentGroup . Google , csprojName : "GoogleAppMeasurement" ) ;
29+ Artifact GOOGLE_GOOGLE_APP_MEASUREMENT_ARTIFACT = new Artifact ( "Google.AppMeasurement" , "12.6.0 " , "15.0" , ComponentGroup . Google , csprojName : "GoogleAppMeasurement" ) ;
3030Artifact GOOGLE_PROMISES_OBJC_ARTIFACT = new Artifact ( "Google.PromisesObjC" , "2.4.0.5" , "15.0" , ComponentGroup . Google , csprojName : "PromisesObjC" ) ;
3131Artifact GOOGLE_GTM_SESSION_FETCHER_ARTIFACT = new Artifact ( "Google.GTMSessionFetcher" , "3.5.0.5" , "15.0" , ComponentGroup . Google , csprojName : "GTMSessionFetcher" ) ;
3232Artifact GOOGLE_NANOPB_ARTIFACT = new Artifact ( "Google.Nanopb" , "3.30910.0.5" , "15.0" , ComponentGroup . Google , csprojName : "Nanopb" ) ;
0 commit comments