diff --git a/docs/index.md b/docs/index.md index 38a81c1f88..4acad7e2a9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -281,7 +281,7 @@ project.ext { // Overriding Library SDK Versions firebase: [ // Override Firebase SDK Version - bom : "32.3.1" + bom : "32.4.0" ], ], ]) diff --git a/packages/app-distribution/android/build.gradle b/packages/app-distribution/android/build.gradle index 1616e04b96..21656ee4fb 100644 --- a/packages/app-distribution/android/build.gradle +++ b/packages/app-distribution/android/build.gradle @@ -96,11 +96,11 @@ dependencies { api appProject implementation platform("com.google.firebase:firebase-bom:${ReactNative.ext.getVersion("firebase", "bom")}") // TODO remove the specific version once it is out of beta and participates in bom versioning - implementation 'com.google.firebase:firebase-appdistribution-api:16.0.0-beta10' + implementation 'com.google.firebase:firebase-appdistribution-api:16.0.0-beta11' // TODO demonstrate how to only include this in certain build variants // - perhaps have firebase.json name the variants to include, then roll through variants here and only // add the dependency to variants that match? Or... (PRs welcome...) - // implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta10' + // implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta11' } ReactNative.shared.applyPackageVersion() diff --git a/packages/app/package.json b/packages/app/package.json index b0d4c45515..7ad6b9704a 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -81,7 +81,7 @@ "minSdk": 19, "targetSdk": 33, "compileSdk": 33, - "firebase": "32.3.1", + "firebase": "32.4.0", "firebaseCrashlyticsGradle": "2.9.9", "firebasePerfGradle": "1.4.2", "gmsGoogleServicesGradle": "4.3.15",