File tree Expand file tree Collapse file tree
packages/app-distribution/android Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,11 +94,11 @@ dependencies {
9494 api appProject
9595 implementation platform(" com.google.firebase:firebase-bom:${ ReactNative.ext.getVersion("firebase", "bom")} " )
9696 // TODO remove the specific version once it is out of beta and participates in bom versioning
97- implementation ' com.google.firebase:firebase-appdistribution-api:16.0.0-beta16 '
97+ implementation ' com.google.firebase:firebase-appdistribution-api:16.0.0-beta17 '
9898 // TODO demonstrate how to only include this in certain build variants
9999 // - perhaps have firebase.json name the variants to include, then roll through variants here and only
100100 // add the dependency to variants that match? Or... (PRs welcome...)
101- // implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta16 '
101+ // implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta17 '
102102}
103103
104104ReactNative . shared. applyPackageVersion()
You can’t perform that action at this time.
0 commit comments