@react-native-firebase/app 16.4.5 → 16.4.6

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
+ ### [16.4.6](https://github.com/invertase/react-native-firebase/compare/v16.4.5...v16.4.6) (2022-11-18)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **app, android:** firebase-android-sdk 31.1.0 ([af089c0](https://github.com/invertase/react-native-firebase/commit/af089c00496aa55e66ea83e87b8cf54c8144c9fb))
11
+
6
12
  ### [16.4.5](https://github.com/invertase/react-native-firebase/compare/v16.4.4...v16.4.5) (2022-11-16)
7
13
 
8
14
  ### Bug Fixes
@@ -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 = "16.4.5";
21
+ public static String VERSION = "16.4.6";
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 = @"16.4.5";
21
+ NSString* const RNFBVersionString = @"16.4.6";
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '16.4.5';
2
+ module.exports = '16.4.6';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/app",
3
- "version": "16.4.5",
3
+ "version": "16.4.6",
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.0.3",
76
+ "firebase": "31.1.0",
77
77
  "firebaseCrashlyticsGradle": "2.9.2",
78
78
  "firebasePerfGradle": "1.4.2",
79
79
  "gmsGoogleServicesGradle": "4.3.14",
80
80
  "playServicesAuth": "20.3.0"
81
81
  }
82
82
  },
83
- "gitHead": "1dc3b30b6a8d84d9356a090fe9166b38e26735eb"
83
+ "gitHead": "3c8e6ba2eb9ce5decf8f72fe9d9192ee65b2b3f9"
84
84
  }