@react-native-firebase/crashlytics 19.3.0 → 20.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +24 -0
- package/android/build.gradle +1 -1
- package/lib/version.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,30 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [20.1.0](https://github.com/invertase/react-native-firebase/compare/v20.0.0...v20.1.0) (2024-06-04)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @react-native-firebase/crashlytics
|
9
|
+
|
10
|
+
## [20.0.0](https://github.com/invertase/react-native-firebase/compare/v19.3.0...v20.0.0) (2024-05-20)
|
11
|
+
|
12
|
+
### ⚠ BREAKING CHANGES
|
13
|
+
|
14
|
+
- **app, android:** - requires minSdk 21+ in general, 23+ for auth module
|
15
|
+
|
16
|
+
* requires compileSdk 34+
|
17
|
+
* app-distribution gradle plugin requires
|
18
|
+
- gradle 7.3+
|
19
|
+
- android gradle plugin 7+
|
20
|
+
- google services plugin 4.3.2+
|
21
|
+
* crashlytics plugin requires
|
22
|
+
- gradle 8+
|
23
|
+
- android gradle plugin 8.1+
|
24
|
+
- google services plugin 4.4.1+
|
25
|
+
|
26
|
+
### Features
|
27
|
+
|
28
|
+
- **app, android:** android-sdk 33.0.0 - needs minSdk 21+ (23+ for auth) ([f29fecb](https://github.com/invertase/react-native-firebase/commit/f29fecbe72c27e60f8fec1cee6fa879b788d27b3))
|
29
|
+
|
6
30
|
## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20)
|
7
31
|
|
8
32
|
**Note:** Version bump only for package @react-native-firebase/crashlytics
|
package/android/build.gradle
CHANGED
package/lib/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
// Generated by genversion.
|
2
|
-
module.exports = '
|
2
|
+
module.exports = '20.1.0';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-native-firebase/crashlytics",
|
3
|
-
"version": "
|
3
|
+
"version": "20.1.0",
|
4
4
|
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
5
5
|
"description": "React Native Firebase - Firebase Crashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. React Native Firebase provides automatic crash reporting for both native and JavaScript errors, including unhandled promise rejections.",
|
6
6
|
"main": "lib/index.js",
|
@@ -29,14 +29,14 @@
|
|
29
29
|
"crashlytics"
|
30
30
|
],
|
31
31
|
"peerDependencies": {
|
32
|
-
"@react-native-firebase/app": "
|
32
|
+
"@react-native-firebase/app": "20.1.0",
|
33
33
|
"expo": ">=47.0.0"
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
36
|
"stacktrace-js": "^2.0.2"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
|
-
"expo": "^50.0.
|
39
|
+
"expo": "^50.0.18"
|
40
40
|
},
|
41
41
|
"peerDependenciesMeta": {
|
42
42
|
"expo": {
|
@@ -46,5 +46,5 @@
|
|
46
46
|
"publishConfig": {
|
47
47
|
"access": "public"
|
48
48
|
},
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "99819b9cef23ac46080cbffe50cc85083305d04c"
|
50
50
|
}
|