@react-native-firebase/app-distribution 21.7.0 → 21.7.2

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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
+ ## [21.7.2](https://github.com/invertase/react-native-firebase/compare/v21.7.1...v21.7.2) (2025-02-05)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **app, android:** adopt firebase-android-sdk 33.8.0 ([14f3dd5](https://github.com/invertase/react-native-firebase/commit/14f3dd51d466d04fa92416d44035bf10194bfbee))
11
+
12
+ ## [21.7.1](https://github.com/invertase/react-native-firebase/compare/v21.7.0...v21.7.1) (2025-01-20)
13
+
14
+ **Note:** Version bump only for package @react-native-firebase/app-distribution
15
+
6
16
  ## [21.7.0](https://github.com/invertase/react-native-firebase/compare/v21.6.2...v21.7.0) (2025-01-16)
7
17
 
8
18
  ### Features
package/README.md CHANGED
@@ -45,7 +45,7 @@ yarn add @react-native-firebase/app-distribution
45
45
  ---
46
46
 
47
47
  <p>
48
- <img align="left" width="75px" src="https://static.invertase.io/assets/invertase-logo-small.png">
48
+ <img align="left" width="75px" src="https://static.invertase.io/assets/invertase/invertase-rounded.png">
49
49
  <p align="left">
50
50
  Built and maintained with 💛 by <a href="https://invertase.io">Invertase</a>.
51
51
  </p>
package/lib/index.d.ts CHANGED
@@ -86,7 +86,7 @@ export namespace FirebaseAppDistributionTypes {
86
86
  isExpired: boolean;
87
87
  }
88
88
 
89
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
89
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
90
90
  export interface Statics {
91
91
  // firebase.appDistribution.* static props go here
92
92
  }
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '21.7.0';
2
+ module.exports = '21.7.2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/app-distribution",
3
- "version": "21.7.0",
3
+ "version": "21.7.2",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "React Native Firebase - App Distribution",
6
6
  "main": "lib/index.js",
@@ -24,11 +24,11 @@
24
24
  "app-distribution"
25
25
  ],
26
26
  "peerDependencies": {
27
- "@react-native-firebase/app": "21.7.0",
27
+ "@react-native-firebase/app": "21.7.2",
28
28
  "expo": ">=47.0.0"
29
29
  },
30
30
  "devDependencies": {
31
- "expo": "^50.0.21"
31
+ "expo": "^52.0.30"
32
32
  },
33
33
  "peerDependenciesMeta": {
34
34
  "expo": {
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "c027ef2d772882c091383b7ff81b65573f549b5d"
41
+ "gitHead": "209b36e4b469355e4d024ecdeb6c875f8bd8a187"
42
42
  }
@@ -15,7 +15,7 @@ buildscript {
15
15
  jcenter()
16
16
  }
17
17
  dependencies {
18
- classpath 'com.google.firebase:firebase-appdistribution-gradle:5.0.0'
18
+ classpath 'com.google.firebase:firebase-appdistribution-gradle:5.1.0'
19
19
  classpath("com.android.tools.build:gradle:4.1.0")
20
20
 
21
21
  // NOTE: Do not place your application dependencies here; they belong
@@ -1 +1 @@
1
- {"root":["./src/index.ts","./src/android/applyPlugin.ts","./src/android/buildscriptDependency.ts","./src/android/constants.ts","./src/android/index.ts"],"version":"5.6.2"}
1
+ {"root":["./src/index.ts","./src/android/applyPlugin.ts","./src/android/buildscriptDependency.ts","./src/android/constants.ts","./src/android/index.ts"],"version":"5.7.3"}