@react-native-firebase/installations 15.1.1 → 15.4.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +12 -0
- package/android/build.gradle +0 -4
- package/lib/version.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,18 @@
|
|
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
|
+
# [15.4.0](https://github.com/invertase/react-native-firebase/compare/v15.3.0...v15.4.0) (2022-08-27)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @react-native-firebase/installations
|
9
|
+
|
10
|
+
# [15.3.0](https://github.com/invertase/react-native-firebase/compare/v15.2.0...v15.3.0) (2022-08-07)
|
11
|
+
|
12
|
+
**Note:** Version bump only for package @react-native-firebase/installations
|
13
|
+
|
14
|
+
# [15.2.0](https://github.com/invertase/react-native-firebase/compare/v15.1.1...v15.2.0) (2022-07-21)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @react-native-firebase/installations
|
17
|
+
|
6
18
|
## [15.1.1](https://github.com/invertase/react-native-firebase/compare/v15.1.0...v15.1.1) (2022-06-28)
|
7
19
|
|
8
20
|
**Note:** Version bump only for package @react-native-firebase/installations
|
package/android/build.gradle
CHANGED
@@ -34,7 +34,6 @@ def firebaseBomVersion = appPackageJson['sdkVersions']['android']['firebase']
|
|
34
34
|
def jsonMinSdk = appPackageJson['sdkVersions']['android']['minSdk']
|
35
35
|
def jsonTargetSdk = appPackageJson['sdkVersions']['android']['targetSdk']
|
36
36
|
def jsonCompileSdk = appPackageJson['sdkVersions']['android']['compileSdk']
|
37
|
-
def jsonBuildTools = appPackageJson['sdkVersions']['android']['buildTools']
|
38
37
|
def coreVersionDetected = appPackageJson['version']
|
39
38
|
def coreVersionRequired = packageJson['peerDependencies'][appPackageJson['name']]
|
40
39
|
// Only log after build completed so log warning appears at the end
|
@@ -51,9 +50,6 @@ project.ext {
|
|
51
50
|
minSdk : jsonMinSdk,
|
52
51
|
targetSdk : jsonTargetSdk,
|
53
52
|
compileSdk: jsonCompileSdk,
|
54
|
-
// optional as gradle.buildTools comes with one by default
|
55
|
-
// overriding here though to match the version RN uses
|
56
|
-
buildTools: jsonBuildTools
|
57
53
|
],
|
58
54
|
|
59
55
|
firebase: [
|
package/lib/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
// Generated by genversion.
|
2
|
-
module.exports = '15.
|
2
|
+
module.exports = '15.4.0';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-native-firebase/installations",
|
3
|
-
"version": "15.
|
3
|
+
"version": "15.4.0",
|
4
4
|
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
5
5
|
"description": "React Native Firebase - Installations",
|
6
6
|
"main": "lib/index.js",
|
@@ -22,10 +22,10 @@
|
|
22
22
|
"installations"
|
23
23
|
],
|
24
24
|
"peerDependencies": {
|
25
|
-
"@react-native-firebase/app": "15.
|
25
|
+
"@react-native-firebase/app": "15.4.0"
|
26
26
|
},
|
27
27
|
"publishConfig": {
|
28
28
|
"access": "public"
|
29
29
|
},
|
30
|
-
"gitHead": "
|
30
|
+
"gitHead": "a05f63d5cb208d9b6f645a0743584f58a942d6bc"
|
31
31
|
}
|