Skip to content

Commit 8b74d57

Browse files
authored
Merge pull request #65 from firebase/feat/update-crashlytics
feat: Update crashlytics
2 parents 2402368 + b3e2738 commit 8b74d57

File tree

14 files changed

+183
-234
lines changed

14 files changed

+183
-234
lines changed

crashlytics/android/app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ if (flutterVersionName == null) {
2222
}
2323

2424
apply plugin: 'com.android.application'
25+
// START: FlutterFire Configuration
26+
apply plugin: 'com.google.gms.google-services'
27+
apply plugin: 'com.google.firebase.crashlytics'
28+
// END: FlutterFire Configuration
2529
apply plugin: 'kotlin-android'
2630
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2731

crashlytics/android/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ buildscript {
77

88
dependencies {
99
classpath 'com.android.tools.build:gradle:4.1.0'
10+
// START: FlutterFire Configuration
11+
classpath 'com.google.gms:google-services:4.3.10'
12+
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
13+
// END: FlutterFire Configuration
1014
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1115
}
1216
}

crashlytics/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>9.0</string>
24+
<string>11.0</string>
2525
</dict>
2626
</plist>

crashlytics/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
platform :ios, '10.0'
2+
platform :ios, '11.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

crashlytics/ios/Podfile.lock

Lines changed: 123 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -1,114 +1,124 @@
11
PODS:
2-
- Firebase/Analytics (8.15.0):
2+
- Firebase/Analytics (10.18.0):
33
- Firebase/Core
4-
- Firebase/Core (8.15.0):
4+
- Firebase/Core (10.18.0):
55
- Firebase/CoreOnly
6-
- FirebaseAnalytics (~> 8.15.0)
7-
- Firebase/CoreOnly (8.15.0):
8-
- FirebaseCore (= 8.15.0)
9-
- Firebase/Crashlytics (8.15.0):
6+
- FirebaseAnalytics (~> 10.18.0)
7+
- Firebase/CoreOnly (10.18.0):
8+
- FirebaseCore (= 10.18.0)
9+
- Firebase/Crashlytics (10.18.0):
1010
- Firebase/CoreOnly
11-
- FirebaseCrashlytics (~> 8.15.0)
12-
- firebase_analytics (9.1.7):
13-
- Firebase/Analytics (= 8.15.0)
11+
- FirebaseCrashlytics (~> 10.18.0)
12+
- firebase_analytics (10.7.4):
13+
- Firebase/Analytics (= 10.18.0)
1414
- firebase_core
1515
- Flutter
16-
- firebase_core (1.16.0):
17-
- Firebase/CoreOnly (= 8.15.0)
16+
- firebase_core (2.24.2):
17+
- Firebase/CoreOnly (= 10.18.0)
1818
- Flutter
19-
- firebase_crashlytics (2.7.2):
20-
- Firebase/Crashlytics (= 8.15.0)
19+
- firebase_crashlytics (3.4.8):
20+
- Firebase/Crashlytics (= 10.18.0)
2121
- firebase_core
2222
- Flutter
23-
- FirebaseAnalytics (8.15.0):
24-
- FirebaseAnalytics/AdIdSupport (= 8.15.0)
25-
- FirebaseCore (~> 8.0)
26-
- FirebaseInstallations (~> 8.0)
27-
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
28-
- GoogleUtilities/MethodSwizzler (~> 7.7)
29-
- GoogleUtilities/Network (~> 7.7)
30-
- "GoogleUtilities/NSData+zlib (~> 7.7)"
31-
- nanopb (~> 2.30908.0)
32-
- FirebaseAnalytics/AdIdSupport (8.15.0):
33-
- FirebaseCore (~> 8.0)
34-
- FirebaseInstallations (~> 8.0)
35-
- GoogleAppMeasurement (= 8.15.0)
36-
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
37-
- GoogleUtilities/MethodSwizzler (~> 7.7)
38-
- GoogleUtilities/Network (~> 7.7)
39-
- "GoogleUtilities/NSData+zlib (~> 7.7)"
40-
- nanopb (~> 2.30908.0)
41-
- FirebaseCore (8.15.0):
42-
- FirebaseCoreDiagnostics (~> 8.0)
43-
- GoogleUtilities/Environment (~> 7.7)
44-
- GoogleUtilities/Logger (~> 7.7)
45-
- FirebaseCoreDiagnostics (8.15.0):
46-
- GoogleDataTransport (~> 9.1)
47-
- GoogleUtilities/Environment (~> 7.7)
48-
- GoogleUtilities/Logger (~> 7.7)
49-
- nanopb (~> 2.30908.0)
50-
- FirebaseCrashlytics (8.15.0):
51-
- FirebaseCore (~> 8.0)
52-
- FirebaseInstallations (~> 8.0)
53-
- GoogleDataTransport (~> 9.1)
54-
- GoogleUtilities/Environment (~> 7.7)
55-
- nanopb (~> 2.30908.0)
56-
- PromisesObjC (< 3.0, >= 1.2)
57-
- FirebaseInstallations (8.15.0):
58-
- FirebaseCore (~> 8.0)
59-
- GoogleUtilities/Environment (~> 7.7)
60-
- GoogleUtilities/UserDefaults (~> 7.7)
61-
- PromisesObjC (< 3.0, >= 1.2)
23+
- FirebaseAnalytics (10.18.0):
24+
- FirebaseAnalytics/AdIdSupport (= 10.18.0)
25+
- FirebaseCore (~> 10.0)
26+
- FirebaseInstallations (~> 10.0)
27+
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
28+
- GoogleUtilities/MethodSwizzler (~> 7.11)
29+
- GoogleUtilities/Network (~> 7.11)
30+
- "GoogleUtilities/NSData+zlib (~> 7.11)"
31+
- nanopb (< 2.30910.0, >= 2.30908.0)
32+
- FirebaseAnalytics/AdIdSupport (10.18.0):
33+
- FirebaseCore (~> 10.0)
34+
- FirebaseInstallations (~> 10.0)
35+
- GoogleAppMeasurement (= 10.18.0)
36+
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
37+
- GoogleUtilities/MethodSwizzler (~> 7.11)
38+
- GoogleUtilities/Network (~> 7.11)
39+
- "GoogleUtilities/NSData+zlib (~> 7.11)"
40+
- nanopb (< 2.30910.0, >= 2.30908.0)
41+
- FirebaseCore (10.18.0):
42+
- FirebaseCoreInternal (~> 10.0)
43+
- GoogleUtilities/Environment (~> 7.12)
44+
- GoogleUtilities/Logger (~> 7.12)
45+
- FirebaseCoreExtension (10.19.0):
46+
- FirebaseCore (~> 10.0)
47+
- FirebaseCoreInternal (10.19.0):
48+
- "GoogleUtilities/NSData+zlib (~> 7.8)"
49+
- FirebaseCrashlytics (10.18.0):
50+
- FirebaseCore (~> 10.5)
51+
- FirebaseInstallations (~> 10.0)
52+
- FirebaseSessions (~> 10.5)
53+
- GoogleDataTransport (~> 9.2)
54+
- GoogleUtilities/Environment (~> 7.8)
55+
- nanopb (< 2.30910.0, >= 2.30908.0)
56+
- PromisesObjC (~> 2.1)
57+
- FirebaseInstallations (10.19.0):
58+
- FirebaseCore (~> 10.0)
59+
- GoogleUtilities/Environment (~> 7.8)
60+
- GoogleUtilities/UserDefaults (~> 7.8)
61+
- PromisesObjC (~> 2.1)
62+
- FirebaseSessions (10.19.0):
63+
- FirebaseCore (~> 10.5)
64+
- FirebaseCoreExtension (~> 10.0)
65+
- FirebaseInstallations (~> 10.0)
66+
- GoogleDataTransport (~> 9.2)
67+
- GoogleUtilities/Environment (~> 7.10)
68+
- nanopb (< 2.30910.0, >= 2.30908.0)
69+
- PromisesSwift (~> 2.1)
6270
- Flutter (1.0.0)
63-
- GoogleAppMeasurement (8.15.0):
64-
- GoogleAppMeasurement/AdIdSupport (= 8.15.0)
65-
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
66-
- GoogleUtilities/MethodSwizzler (~> 7.7)
67-
- GoogleUtilities/Network (~> 7.7)
68-
- "GoogleUtilities/NSData+zlib (~> 7.7)"
69-
- nanopb (~> 2.30908.0)
70-
- GoogleAppMeasurement/AdIdSupport (8.15.0):
71-
- GoogleAppMeasurement/WithoutAdIdSupport (= 8.15.0)
72-
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
73-
- GoogleUtilities/MethodSwizzler (~> 7.7)
74-
- GoogleUtilities/Network (~> 7.7)
75-
- "GoogleUtilities/NSData+zlib (~> 7.7)"
76-
- nanopb (~> 2.30908.0)
77-
- GoogleAppMeasurement/WithoutAdIdSupport (8.15.0):
78-
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
79-
- GoogleUtilities/MethodSwizzler (~> 7.7)
80-
- GoogleUtilities/Network (~> 7.7)
81-
- "GoogleUtilities/NSData+zlib (~> 7.7)"
82-
- nanopb (~> 2.30908.0)
83-
- GoogleDataTransport (9.1.2):
84-
- GoogleUtilities/Environment (~> 7.2)
85-
- nanopb (~> 2.30908.0)
71+
- GoogleAppMeasurement (10.18.0):
72+
- GoogleAppMeasurement/AdIdSupport (= 10.18.0)
73+
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
74+
- GoogleUtilities/MethodSwizzler (~> 7.11)
75+
- GoogleUtilities/Network (~> 7.11)
76+
- "GoogleUtilities/NSData+zlib (~> 7.11)"
77+
- nanopb (< 2.30910.0, >= 2.30908.0)
78+
- GoogleAppMeasurement/AdIdSupport (10.18.0):
79+
- GoogleAppMeasurement/WithoutAdIdSupport (= 10.18.0)
80+
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
81+
- GoogleUtilities/MethodSwizzler (~> 7.11)
82+
- GoogleUtilities/Network (~> 7.11)
83+
- "GoogleUtilities/NSData+zlib (~> 7.11)"
84+
- nanopb (< 2.30910.0, >= 2.30908.0)
85+
- GoogleAppMeasurement/WithoutAdIdSupport (10.18.0):
86+
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
87+
- GoogleUtilities/MethodSwizzler (~> 7.11)
88+
- GoogleUtilities/Network (~> 7.11)
89+
- "GoogleUtilities/NSData+zlib (~> 7.11)"
90+
- nanopb (< 2.30910.0, >= 2.30908.0)
91+
- GoogleDataTransport (9.3.0):
92+
- GoogleUtilities/Environment (~> 7.7)
93+
- nanopb (< 2.30910.0, >= 2.30908.0)
8694
- PromisesObjC (< 3.0, >= 1.2)
87-
- GoogleUtilities/AppDelegateSwizzler (7.7.0):
95+
- GoogleUtilities/AppDelegateSwizzler (7.12.0):
8896
- GoogleUtilities/Environment
8997
- GoogleUtilities/Logger
9098
- GoogleUtilities/Network
91-
- GoogleUtilities/Environment (7.7.0):
99+
- GoogleUtilities/Environment (7.12.0):
92100
- PromisesObjC (< 3.0, >= 1.2)
93-
- GoogleUtilities/Logger (7.7.0):
101+
- GoogleUtilities/Logger (7.12.0):
94102
- GoogleUtilities/Environment
95-
- GoogleUtilities/MethodSwizzler (7.7.0):
103+
- GoogleUtilities/MethodSwizzler (7.12.0):
96104
- GoogleUtilities/Logger
97-
- GoogleUtilities/Network (7.7.0):
105+
- GoogleUtilities/Network (7.12.0):
98106
- GoogleUtilities/Logger
99107
- "GoogleUtilities/NSData+zlib"
100108
- GoogleUtilities/Reachability
101-
- "GoogleUtilities/NSData+zlib (7.7.0)"
102-
- GoogleUtilities/Reachability (7.7.0):
109+
- "GoogleUtilities/NSData+zlib (7.12.0)"
110+
- GoogleUtilities/Reachability (7.12.0):
103111
- GoogleUtilities/Logger
104-
- GoogleUtilities/UserDefaults (7.7.0):
112+
- GoogleUtilities/UserDefaults (7.12.0):
105113
- GoogleUtilities/Logger
106-
- nanopb (2.30908.0):
107-
- nanopb/decode (= 2.30908.0)
108-
- nanopb/encode (= 2.30908.0)
109-
- nanopb/decode (2.30908.0)
110-
- nanopb/encode (2.30908.0)
111-
- PromisesObjC (2.1.0)
114+
- nanopb (2.30909.1):
115+
- nanopb/decode (= 2.30909.1)
116+
- nanopb/encode (= 2.30909.1)
117+
- nanopb/decode (2.30909.1)
118+
- nanopb/encode (2.30909.1)
119+
- PromisesObjC (2.3.1)
120+
- PromisesSwift (2.3.1):
121+
- PromisesObjC (= 2.3.1)
112122

113123
DEPENDENCIES:
114124
- firebase_analytics (from `.symlinks/plugins/firebase_analytics/ios`)
@@ -121,14 +131,17 @@ SPEC REPOS:
121131
- Firebase
122132
- FirebaseAnalytics
123133
- FirebaseCore
124-
- FirebaseCoreDiagnostics
134+
- FirebaseCoreExtension
135+
- FirebaseCoreInternal
125136
- FirebaseCrashlytics
126137
- FirebaseInstallations
138+
- FirebaseSessions
127139
- GoogleAppMeasurement
128140
- GoogleDataTransport
129141
- GoogleUtilities
130142
- nanopb
131143
- PromisesObjC
144+
- PromisesSwift
132145

133146
EXTERNAL SOURCES:
134147
firebase_analytics:
@@ -141,22 +154,25 @@ EXTERNAL SOURCES:
141154
:path: Flutter
142155

143156
SPEC CHECKSUMS:
144-
Firebase: 5f8193dff4b5b7c5d5ef72ae54bb76c08e2b841d
145-
firebase_analytics: 07f51ceba6f76cb5ecf75b91f2eaffe50a1e52b6
146-
firebase_core: 6ef152b7d6a361e24105e2cc56ab458f1f8367fe
147-
firebase_crashlytics: 5686f344ff25b6e80c5b4821dfc3b9b5ac1c937c
148-
FirebaseAnalytics: 7761cbadb00a717d8d0939363eb46041526474fa
149-
FirebaseCore: 5743c5785c074a794d35f2fff7ecc254a91e08b1
150-
FirebaseCoreDiagnostics: 92e07a649aeb66352b319d43bdd2ee3942af84cb
151-
FirebaseCrashlytics: feb07e4e9187be3c23c6a846cce4824e5ce2dd0b
152-
FirebaseInstallations: 40bd9054049b2eae9a2c38ef1c3dd213df3605cd
153-
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
154-
GoogleAppMeasurement: 4c19f031220c72464d460c9daa1fb5d1acce958e
155-
GoogleDataTransport: 629c20a4d363167143f30ea78320d5a7eb8bd940
156-
GoogleUtilities: e0913149f6b0625b553d70dae12b49fc62914fd1
157-
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
158-
PromisesObjC: 99b6f43f9e1044bd87a95a60beff28c2c44ddb72
157+
Firebase: 414ad272f8d02dfbf12662a9d43f4bba9bec2a06
158+
firebase_analytics: 88c111412070acc2b05c1734151f58824f3db657
159+
firebase_core: 0af4a2b24f62071f9bf283691c0ee41556dcb3f5
160+
firebase_crashlytics: 55714f63ae0973c54b3a721c451ae5f815086c1f
161+
FirebaseAnalytics: 4d310b35c48eaa4a058ddc04bdca6bdb5dc0fe80
162+
FirebaseCore: 2322423314d92f946219c8791674d2f3345b598f
163+
FirebaseCoreExtension: c08d14c7b22e07994e876d837e6f58642f340087
164+
FirebaseCoreInternal: b444828ea7cfd594fca83046b95db98a2be4f290
165+
FirebaseCrashlytics: 86d5bce01f42fa1db265f87ff1d591f04db610ec
166+
FirebaseInstallations: 033d199474164db20c8350736842a94fe717b960
167+
FirebaseSessions: e5f4caa188dc8bc6142abc974355be75b042215e
168+
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
169+
GoogleAppMeasurement: 70ce9aa438cff1cfb31ea3e660bcc67734cb716e
170+
GoogleDataTransport: 57c22343ab29bc686febbf7cbb13bad167c2d8fe
171+
GoogleUtilities: 0759d1a57ebb953965c2dfe0ba4c82e95ccc2e34
172+
nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5
173+
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
174+
PromisesSwift: 28dca69a9c40779916ac2d6985a0192a5cb4a265
159175

160-
PODFILE CHECKSUM: fe0e1ee7f3d1f7d00b11b474b62dd62134535aea
176+
PODFILE CHECKSUM: 7368163408c647b7eb699d0d788ba6718e18fb8d
161177

162-
COCOAPODS: 1.11.2
178+
COCOAPODS: 1.14.3

0 commit comments

Comments
 (0)