@react-native-firebase/app 16.1.0 → 16.1.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
|
+
### [16.1.1](https://github.com/invertase/react-native-firebase/compare/v16.1.0...v16.1.1) (2022-10-21)
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
- **app, android:** use firebase-android-sdk 31.0.1 ([89eb33f](https://github.com/invertase/react-native-firebase/commit/89eb33fb49b843afcb3c33480d4c6d28c5eb6e12))
|
11
|
+
|
6
12
|
## [16.1.0](https://github.com/invertase/react-native-firebase/compare/v16.0.0...v16.1.0) (2022-10-20)
|
7
13
|
|
8
14
|
**Note:** Version bump only for package @react-native-firebase/app
|
package/lib/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
// Generated by genversion.
|
2
|
-
module.exports = '16.1.
|
2
|
+
module.exports = '16.1.1';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-native-firebase/app",
|
3
|
-
"version": "16.1.
|
3
|
+
"version": "16.1.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.0.
|
76
|
+
"firebase": "31.0.1",
|
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": "
|
83
|
+
"gitHead": "a3fc79423f0e2aa9303d01658c3a332abe957e40"
|
84
84
|
}
|