@react-native-firebase/app-distribution 23.5.0 → 23.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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
+ ## [23.7.0](https://github.com/invertase/react-native-firebase/compare/v23.6.0...v23.7.0) (2025-12-08)
7
+
8
+ **Note:** Version bump only for package @react-native-firebase/app-distribution
9
+
10
+ ## [23.6.0](https://github.com/invertase/react-native-firebase/compare/v23.5.0...v23.6.0) (2025-12-08)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **app-distribution, android:** adopt beta17 of the native deps ([7b933c2](https://github.com/invertase/react-native-firebase/commit/7b933c2c21f624e1dc62e549e896230f222351c8))
15
+ - firebase-ios-sdk 12.6.0 / firebase-js-sdk 12.6.0 / firebase-android-sdk 34.6.0 ([dacdfa2](https://github.com/invertase/react-native-firebase/commit/dacdfa2b5961259c93ea948472be4b51ac78b1c5))
16
+
6
17
  ## [23.5.0](https://github.com/invertase/react-native-firebase/compare/v23.4.1...v23.5.0) (2025-10-30)
7
18
 
8
19
  **Note:** Version bump only for package @react-native-firebase/app-distribution
@@ -1,3 +1,4 @@
1
+ import com.android.Version
1
2
  import io.invertase.gradle.common.PackageJson
2
3
 
3
4
  buildscript {
@@ -36,11 +37,8 @@ def jsonTargetSdk = appPackageJson['sdkVersions']['android']['targetSdk']
36
37
  def jsonCompileSdk = appPackageJson['sdkVersions']['android']['compileSdk']
37
38
  def coreVersionDetected = appPackageJson['version']
38
39
  def coreVersionRequired = packageJson['peerDependencies'][appPackageJson['name']]
39
- // Only log after build completed so log warning appears at the end
40
40
  if (coreVersionDetected != coreVersionRequired) {
41
- gradle.buildFinished {
42
- project.logger.warn("ReactNativeFirebase WARNING: NPM package '${packageJson['name']}' depends on '${appPackageJson['name']}' v${coreVersionRequired} but found v${coreVersionDetected}, this might cause build issues or runtime crashes.")
43
- }
41
+ project.logger.warn("ReactNativeFirebase WARNING: NPM package '${packageJson['name']}' depends on '${appPackageJson['name']}' v${coreVersionRequired} but found v${coreVersionDetected}, this might cause build issues or runtime crashes.")
44
42
  }
45
43
 
46
44
  project.ext {
@@ -60,7 +58,7 @@ project.ext {
60
58
  }
61
59
 
62
60
  android {
63
- def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION.tokenize('.')[0].toInteger()
61
+ def agpVersion = Version.ANDROID_GRADLE_PLUGIN_VERSION.tokenize('.')[0].toInteger()
64
62
  if (agpVersion >= 7) {
65
63
  namespace = 'io.invertase.firebase.appdistribution'
66
64
  }
@@ -96,11 +94,11 @@ dependencies {
96
94
  api appProject
97
95
  implementation platform("com.google.firebase:firebase-bom:${ReactNative.ext.getVersion("firebase", "bom")}")
98
96
  // TODO remove the specific version once it is out of beta and participates in bom versioning
99
- implementation 'com.google.firebase:firebase-appdistribution-api:16.0.0-beta16'
97
+ implementation 'com.google.firebase:firebase-appdistribution-api:16.0.0-beta17'
100
98
  // TODO demonstrate how to only include this in certain build variants
101
99
  // - perhaps have firebase.json name the variants to include, then roll through variants here and only
102
100
  // add the dependency to variants that match? Or... (PRs welcome...)
103
- // implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta16'
101
+ // implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta17'
104
102
  }
105
103
 
106
104
  ReactNative.shared.applyPackageVersion()
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '23.5.0';
2
+ module.exports = '23.7.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/app-distribution",
3
- "version": "23.5.0",
3
+ "version": "23.7.0",
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": "23.5.0",
27
+ "@react-native-firebase/app": "23.7.0",
28
28
  "expo": ">=47.0.0"
29
29
  },
30
30
  "devDependencies": {
31
- "expo": "^53.0.20"
31
+ "expo": "^54.0.27"
32
32
  },
33
33
  "peerDependenciesMeta": {
34
34
  "expo": {
@@ -39,5 +39,5 @@
39
39
  "access": "public",
40
40
  "provenance": true
41
41
  },
42
- "gitHead": "5d27948f349d4d6c977c55036e2afd13df8d622f"
42
+ "gitHead": "2a30c0b1e41a2b239172afd167f98a03fd422f2c"
43
43
  }
@@ -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.9.2"}
1
+ {"root":["./src/index.ts","./src/android/applyPlugin.ts","./src/android/buildscriptDependency.ts","./src/android/constants.ts","./src/android/index.ts"],"version":"5.9.3"}