@react-native-firebase/app 17.3.0 → 17.3.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
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
+ ### [17.3.1](https://github.com/invertase/react-native-firebase/compare/v17.3.0...v17.3.1) (2023-02-23)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **app, android:** adopt firebase-android-sdk 31.2.2 w/crash fixes ([2d1f2cb](https://github.com/invertase/react-native-firebase/commit/2d1f2cb64d6460a6a73aeea57b4472060801aecb)), closes [#6930](https://github.com/invertase/react-native-firebase/issues/6930)
11
+
6
12
  ## [17.3.0](https://github.com/invertase/react-native-firebase/compare/v17.2.0...v17.3.0) (2023-02-15)
7
13
 
8
14
  **Note:** Version bump only for package @react-native-firebase/app
@@ -18,5 +18,5 @@ package io.invertase.firebase.app;
18
18
  */
19
19
  // generated file - do not modify or commit
20
20
  public class ReactNativeFirebaseVersion {
21
- public static String VERSION = "17.3.0";
21
+ public static String VERSION = "17.3.1";
22
22
  }
@@ -18,4 +18,4 @@
18
18
  #import <React/RCTVersion.h>
19
19
 
20
20
  // generated file - do not modify or commit
21
- NSString* const RNFBVersionString = @"17.3.0";
21
+ NSString* const RNFBVersionString = @"17.3.1";
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '17.3.0';
2
+ module.exports = '17.3.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/app",
3
- "version": "17.3.0",
3
+ "version": "17.3.1",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Storage and more.",
6
6
  "main": "lib/index.js",
@@ -73,12 +73,12 @@
73
73
  "minSdk": 19,
74
74
  "targetSdk": 33,
75
75
  "compileSdk": 33,
76
- "firebase": "31.2.0",
77
- "firebaseCrashlyticsGradle": "2.9.2",
76
+ "firebase": "31.2.2",
77
+ "firebaseCrashlyticsGradle": "2.9.4",
78
78
  "firebasePerfGradle": "1.4.2",
79
79
  "gmsGoogleServicesGradle": "4.3.15",
80
80
  "playServicesAuth": "20.3.0"
81
81
  }
82
82
  },
83
- "gitHead": "2e51817c937247ffe51fb6234c164744c2a71693"
83
+ "gitHead": "8c57bbb3d9c397fc472b78e9853b671ed41e30ca"
84
84
  }