Skip to content

Commit

Permalink
build: switch to using our WebRTC build from Maven Central
Browse files Browse the repository at this point in the history
This change is mostly for F-Droid (see
https://snikket.org/blog/fdroid-security-warning/ for some context).

F-Droid "trusts" dependencies published in Maven Central, so that's what
I've done (see https://github.com/snikket-im/webrtc-android ). From this
version, F-Droid will be able to stop using the outdated WebRTC last published
by Google.

In the future F-Droid may build and provide their own WebRTC:
https://gitlab.com/fdroid/admin/-/issues/364
  • Loading branch information
mwild1 committed Dec 8, 2022
1 parent b53485d commit 8961bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {

implementation 'com.google.guava:guava:30.1.1-android'
quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.12.18'
implementation fileTree(include: ['libwebrtc-m92.aar'], dir: 'libs')
implementation 'org.snikket:webrtc-android:107.0.0'
}

ext {
Expand Down

0 comments on commit 8961bfc

Please sign in to comment.