File tree Expand file tree Collapse file tree 7 files changed +225
-225
lines changed
crashlytics/plugin/__tests__/__snapshots__ Expand file tree Collapse file tree 7 files changed +225
-225
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ buildscript {
40
40
// ..
41
41
dependencies {
42
42
// ..
43
- classpath 'com.google.firebase:firebase-crashlytics-gradle:2.7.1 '
43
+ classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.0 '
44
44
}
45
45
// ..
46
46
}
Original file line number Diff line number Diff line change @@ -183,16 +183,16 @@ project.ext {
183
183
versions: [
184
184
// Overriding Build/Android SDK Versions
185
185
android : [
186
- minSdk : 16 ,
187
- targetSdk : 30 ,
188
- compileSdk: 30 ,
189
- buildTools: "30.0.2 "
186
+ minSdk : 19 ,
187
+ targetSdk : 31 ,
188
+ compileSdk: 31 ,
189
+ buildTools: "30.0.3 "
190
190
],
191
191
192
192
// Overriding Library SDK Versions
193
193
firebase: [
194
194
// Override Firebase SDK Version
195
- bom : "28.3.1 "
195
+ bom : "29.0.0 "
196
196
],
197
197
],
198
198
])
@@ -207,7 +207,7 @@ Open your projects `/ios/Podfile` and add any of the globals shown below to the
207
207
208
208
``` ruby
209
209
# Override Firebase SDK Version
210
- $FirebaseSDKVersion = ' 8.5 .0'
210
+ $FirebaseSDKVersion = ' 8.9 .0'
211
211
```
212
212
213
213
Once changed, reinstall your projects pods via pod install and rebuild your project with ` npx react-native run-ios ` .
Original file line number Diff line number Diff line change 68
68
"firebase" : " 8.9.0"
69
69
},
70
70
"android" : {
71
- "minSdk" : 16 ,
72
- "targetSdk" : 30 ,
73
- "compileSdk" : 30 ,
74
- "buildTools" : " 30.0.2 " ,
75
- "firebase" : " 28.4.2 " ,
76
- "firebaseCrashlyticsGradle" : " 2.7.1 " ,
71
+ "minSdk" : 21 ,
72
+ "targetSdk" : 31 ,
73
+ "compileSdk" : 31 ,
74
+ "buildTools" : " 30.0.3 " ,
75
+ "firebase" : " 29.0.0 " ,
76
+ "firebaseCrashlyticsGradle" : " 2.8.0 " ,
77
77
"firebasePerfGradle" : " 1.4.0" ,
78
78
"gmsGoogleServicesGradle" : " 4.3.10" ,
79
79
"playServicesAuth" : " 19.2.0"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buildscript {
15
15
jcenter()
16
16
}
17
17
dependencies {
18
- classpath 'com.google.firebase:firebase - crashlytics - gradle :2.7 . 1 '
18
+ classpath 'com.google.firebase:firebase - crashlytics - gradle :2.8 . 0 '
19
19
classpath(\\ "com.android.tools.build:gradle:4.1.0\\ ")
20
20
21
21
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ buildscript {
35
35
classpath ' com.android.tools.build:gradle:7.0.3'
36
36
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
37
37
classpath ' com.google.firebase:perf-plugin:1.4.0'
38
- classpath ' com.google.firebase:firebase-crashlytics-gradle:2.7.1 '
38
+ classpath ' com.google.firebase:firebase-crashlytics-gradle:2.8.0 '
39
39
classpath ' com.google.firebase:firebase-appdistribution-gradle:2.2.0'
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments