File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/app-distribution/android Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,11 @@ dependencies {
8787 api appProject
8888 implementation platform(" com.google.firebase:firebase-bom:${ ReactNative.ext.getVersion("firebase", "bom")} " )
8989 // TODO remove the specific version once it is out of beta and participates in bom versioning
90- implementation ' com.google.firebase:firebase-appdistribution-api:16.0.0-beta05 '
90+ implementation ' com.google.firebase:firebase-appdistribution-api:16.0.0-beta06 '
9191 // TODO demonstrate how to only include this in certain build variants
9292 // - perhaps have firebase.json name the variants to include, then roll through variants here and only
9393 // add the dependency to variants that match? Or... (PRs welcome...)
94- // implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta05 '
94+ // implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta06 '
9595}
9696
9797ReactNative . shared. applyPackageVersion()
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ buildscript {
4646 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
4747 classpath ' com.google.firebase:perf-plugin:1.4.2'
4848 classpath ' com.google.firebase:firebase-crashlytics-gradle:2.9.2'
49- classpath ' com.google.firebase:firebase-appdistribution-gradle:3.2 .0'
49+ classpath ' com.google.firebase:firebase-appdistribution-gradle:4.0 .0'
5050 }
5151}
5252
You can’t perform that action at this time.
0 commit comments