Skip to content

Commit ebfb413

Browse files
committed
fix(app-distribution, android): update the gradle plugin to match BoM 31.2.3 release
This was missed as an oversight while bumping the Bill of Materials in an earlier commit
1 parent 64bf598 commit ebfb413

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/app-distribution/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

9797
ReactNative.shared.applyPackageVersion()

tests/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)