@react-native-firebase/crashlytics 19.2.2 → 20.0.0

Sign up to get free protection for your applications and to get access to all the features.
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.0.0](https://github.com/invertase/react-native-firebase/compare/v19.3.0...v20.0.0) (2024-05-20)
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ - **app, android:** - requires minSdk 21+ in general, 23+ for auth module
11
+
12
+ * requires compileSdk 34+
13
+ * app-distribution gradle plugin requires
14
+ - gradle 7.3+
15
+ - android gradle plugin 7+
16
+ - google services plugin 4.3.2+
17
+ * crashlytics plugin requires
18
+ - gradle 8+
19
+ - android gradle plugin 8.1+
20
+ - google services plugin 4.4.1+
21
+
22
+ ### Features
23
+
24
+ - **app, android:** android-sdk 33.0.0 - needs minSdk 21+ (23+ for auth) ([f29fecb](https://github.com/invertase/react-native-firebase/commit/f29fecbe72c27e60f8fec1cee6fa879b788d27b3))
25
+
26
+ ## [19.3.0](https://github.com/invertase/react-native-firebase/compare/v19.2.2...v19.3.0) (2024-05-20)
27
+
28
+ **Note:** Version bump only for package @react-native-firebase/crashlytics
29
+
6
30
  ## [19.2.2](https://github.com/invertase/react-native-firebase/compare/v19.2.1...v19.2.2) (2024-04-13)
7
31
 
8
32
  **Note:** Version bump only for package @react-native-firebase/crashlytics
@@ -11,7 +11,7 @@ buildscript {
11
11
  }
12
12
 
13
13
  dependencies {
14
- classpath("com.android.tools.build:gradle:8.1.2")
14
+ classpath("com.android.tools.build:gradle:8.4.0")
15
15
  }
16
16
  }
17
17
  }
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '19.2.2';
2
+ module.exports = '20.0.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/crashlytics",
3
- "version": "19.2.2",
3
+ "version": "20.0.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": "19.2.2",
32
+ "@react-native-firebase/app": "20.0.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.15"
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": "2c1f48eacba95904c89073dcb391d89d0f966165"
49
+ "gitHead": "b6079dd09ed1f6e47dc782df0d98c5479bfc0cd4"
50
50
  }