Skip to content

Commit 7b933c2

Browse files
committed
fix(app-distribution, android): adopt beta17 of the native deps
these were missed in the SDK upgrade where they should have come in
1 parent 0cfee04 commit 7b933c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/app-distribution/android/build.gradle

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

104104
ReactNative.shared.applyPackageVersion()

0 commit comments

Comments
 (0)