File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ project.ext {
318
318
// Overriding Library SDK Versions
319
319
firebase: [
320
320
// Override Firebase SDK Version
321
- bom : "33.10 .0"
321
+ bom : "33.11 .0"
322
322
],
323
323
],
324
324
])
Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ dependencies {
96
96
api appProject
97
97
implementation platform(" com.google.firebase:firebase-bom:${ ReactNative.ext.getVersion("firebase", "bom")} " )
98
98
// 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 '
100
100
// TODO demonstrate how to only include this in certain build variants
101
101
// - perhaps have firebase.json name the variants to include, then roll through variants here and only
102
102
// 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 '
104
104
}
105
105
106
106
ReactNative . shared. applyPackageVersion()
Original file line number Diff line number Diff line change 82
82
"minSdk" : 21 ,
83
83
"targetSdk" : 34 ,
84
84
"compileSdk" : 34 ,
85
- "firebase" : " 33.10 .0" ,
85
+ "firebase" : " 33.11 .0" ,
86
86
"firebaseCrashlyticsGradle" : " 3.0.3" ,
87
87
"firebasePerfGradle" : " 1.4.2" ,
88
88
"gmsGoogleServicesGradle" : " 4.4.2" ,
You can’t perform that action at this time.
0 commit comments