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 {
87
87
api appProject
88
88
implementation platform(" com.google.firebase:firebase-bom:${ ReactNative.ext.getVersion("firebase", "bom")} " )
89
89
// 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 '
91
91
// TODO demonstrate how to only include this in certain build variants
92
92
// - perhaps have firebase.json name the variants to include, then roll through variants here and only
93
93
// 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 '
95
95
}
96
96
97
97
ReactNative . shared. applyPackageVersion()
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ buildscript {
46
46
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
47
47
classpath ' com.google.firebase:perf-plugin:1.4.2'
48
48
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'
50
50
}
51
51
}
52
52
You can’t perform that action at this time.
0 commit comments