Skip to content

Commit

Permalink
fix(app-distribution, android): update the gradle plugin to match BoM…
Browse files Browse the repository at this point in the history
… 31.2.3 release

This was missed as an oversight while bumping the Bill of Materials in an earlier commit
  • Loading branch information
mikehardy committed Mar 25, 2023
1 parent 64bf598 commit ebfb413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/app-distribution/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ dependencies {
api appProject
implementation platform("com.google.firebase:firebase-bom:${ReactNative.ext.getVersion("firebase", "bom")}")
// TODO remove the specific version once it is out of beta and participates in bom versioning
implementation 'com.google.firebase:firebase-appdistribution-api:16.0.0-beta05'
implementation 'com.google.firebase:firebase-appdistribution-api:16.0.0-beta06'
// TODO demonstrate how to only include this in certain build variants
// - perhaps have firebase.json name the variants to include, then roll through variants here and only
// add the dependency to variants that match? Or... (PRs welcome...)
// implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta05'
// implementation 'com.google.firebase:firebase-appdistribution:16.0.0-beta06'
}

ReactNative.shared.applyPackageVersion()
Expand Down
2 changes: 1 addition & 1 deletion tests/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath 'com.google.firebase:perf-plugin:1.4.2'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.2'
classpath 'com.google.firebase:firebase-appdistribution-gradle:3.2.0'
classpath 'com.google.firebase:firebase-appdistribution-gradle:4.0.0'
}
}

Expand Down

0 comments on commit ebfb413

Please sign in to comment.