Skip to content

[1.1.9] [Android] Insecure Maven URL #64

@antoinerousseau

Description

@antoinerousseau

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" }

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions