-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
The new release still relies on an insecure repository for Gradle to download the Bridgefy Android SDK, which makes it incompatible with Expo building, because it enforces secure dowloads.
https://github.com/bridgefy/sdk-android?tab=readme-ov-file#setup
Also, using a static IP is not future-proof.
Why not publish it on JitPack or host it on something like https://repo.bridgefy.me/ or https://repo.bridgefy.services/
Meanwhile we had to copy the files and host them on our own server, and write an Expo plugin to add this to the main project build.gradle:
maven { url "https://backstage.shotgun.live/maven" }Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels