question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

LIBRE_BUILD sdk pulls in Dropbox dependency

See original GitHub issue

Hello, I’m using this previous issue as a template: https://github.com/jitsi/jitsi-meet/issues/8956

The F-Droid build of Jitsi Meet and Element Android are using the Jitsi SDK, which is pulling in the Dropbox SDK (a non-free network service - the Dropbox SDK itself is MIT licensed) as shown here:

https://github.com/jitsi/jitsi-meet/blob/master/android/sdk/build.gradle#L47

    implementation 'com.dropbox.core:dropbox-core-sdk:4.0.1'

Could we investigate removing the Dropbox SDK from the LIBRE_BUILD version of the Jitsi SDK, such that Jitsi Meet and Element Android can take advantage of the change in F-Droid builds?

Thank you for your time!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
licaon-ktercommented, Sep 24, 2021

I never saw actual network connections, so imho no AntiFeature is required.

0reactions
tepozoacommented, Sep 24, 2021

Understood, I will close the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to add dropbox-core-sdk java using gradle
Solved: I'm trying to use dropbox in my android app. I realize this is more of a gradle question then a dropbox question....
Read more >
Dropbox Core SDK for Java - GitHub
Java Version. The current release of Dropbox SDK Java supports Java 8+. Add a dependency on the Dropbox Java SDK to your project....
Read more >
Java - Developers - Dropbox.com
The official Java SDK for API v2 helps you to integrate Dropbox into your apps using Java. Code. Dropbox for Java - Dropbox...
Read more >
dropbox - npm
The Dropbox JavaScript SDK is a lightweight, promise based interface to the Dropbox v2 API that works in both nodejs and browser ...
Read more >
SwiftyDropbox on CocoaPods.org
Then, run the following command to install the dependency: $ pod install. Once your project is integrated with the Dropbox Swift SDK, you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found