Skip to content

Commit a1e4e80

Browse files
Merge 3cd0dca into 11332d4
2 parents 11332d4 + 3cd0dca commit a1e4e80

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Update Feature Branches
2+
on:
3+
workflow_dispatch:
4+
inputs:
5+
6+
jobs:
7+
no_op:
8+
name: no-op
9+
runs-on: ubuntu-20.04
10+
steps:
11+
- name: noop
12+
run: true

gma/integration_test/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '11.0'
44
use_frameworks! :linkage => :static
55

66
target 'integration_test' do
7-
pod 'Firebase/Analytics', '10.12.0'
7+
pod 'Firebase/CoreOnly', '10.12.0'
88
pod 'Google-Mobile-Ads-SDK', '10.8.0'
99
end
1010

release_build_files/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Firebase Functions | firebase_functions.xcframework
250250
| | Firebase/Auth Cocoapod (10.12.0)
251251
Google Mobile Ads | firebase_gma.xcframework
252252
| | firebase.xcframework
253-
| | Firebase/Analytics Cocoapod (10.12.0)
253+
| | Firebase/CoreOnly Cocoapod (10.12.0)
254254
| | Google-Mobile-Ads-SDK Cocoapod (10.8.0)
255255
Firebase Installations | firebase_installations.xcframework
256256
| | firebase.xcframework
@@ -312,7 +312,7 @@ Firebase Functions | libfirebase_functions.a
312312
| | Firebase/Auth Cocoapod (10.12.0)
313313
Google Mobile Ads | libfirebase_gma.a
314314
| | libfirebase_app.a
315-
| | Firebase/Analytics Cocoapod (10.12.0)
315+
| | Firebase/CoreOnly Cocoapod (10.12.0)
316316
| | Google-Mobile-Ads-SDK Cocoapod (10.8.0)
317317
Firebase Installations | libfirebase_installations.a
318318
| | libfirebase_app.a

0 commit comments

Comments
 (0)