Skip to content

Commit 8271231

Browse files
committed
fix(android): adopt firebase-android-sdk 33.11.0
- includes bump to app distribution version
1 parent ffc7b4c commit 8271231

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ project.ext {
318318
// Overriding Library SDK Versions
319319
firebase: [
320320
// Override Firebase SDK Version
321-
bom : "33.10.0"
321+
bom : "33.11.0"
322322
],
323323
],
324324
])

packages/app-distribution/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ dependencies {
9696
api appProject
9797
implementation platform("com.google.firebase:firebase-bom:${ReactNative.ext.getVersion("firebase", "bom")}")
9898
// 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-beta13'
99+
implementation 'com.google.firebase:firebase-appdistribution-api:16.0.0-beta15'
100100
// TODO demonstrate how to only include this in certain build variants
101101
// - perhaps have firebase.json name the variants to include, then roll through variants here and only
102102
// add the dependency to variants that match? Or... (PRs welcome...)
103-
// implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta13'
103+
// implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta15'
104104
}
105105

106106
ReactNative.shared.applyPackageVersion()

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"minSdk": 21,
8383
"targetSdk": 34,
8484
"compileSdk": 34,
85-
"firebase": "33.10.0",
85+
"firebase": "33.11.0",
8686
"firebaseCrashlyticsGradle": "3.0.3",
8787
"firebasePerfGradle": "1.4.2",
8888
"gmsGoogleServicesGradle": "4.4.2",

0 commit comments

Comments
 (0)