Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade firebase-admin, avoid gRPC version conflict
The latest firebase-admin depends on grpc-api v1.24.1, which is as close as we can get to the grpc v1.25.0 specified in build.gradle. Currently, the firebase-admin version requirement is causing the build to download grpc v1.10.1 jars, but at runtime, grpc 1.25.0 jars are loaded. Partial fix for bisq-network#4086
- Loading branch information