Alexandre Lision
Alexandre Lision
Hi, we have a fork with Swift 5.0 support if you still need it: https://github.com/Nuglif/FileBrowser/tree/master
It's always available in your Podfile by using `pod 'FileBrowser', git: 'https://github.com/Nuglif/FileBrowser'` You can also specify a specific commit you want. And if you want something merged, open a PR...
Hello, we would be interested by your PR on our fork: https://github.com/Nuglif/FileBrowser I have tried to submit my work to this repo (see PR #43 ) but with no luck....
@carlag In your repository, create a new pull request but change the destination to our fork. It should be enough.
@marmelroy : Hello, any update on this one?
I got the same errors. Migrating my project to AndroidX fixed the issue. In gradle.properties make sure you got: `android.enableJetifier=true ` It handles the merge between AndroidX and non-AndroidX deps.
I may be wrong about this but I just started experiencing with objc-dependency-visualizer this afternoon on a mixed project. I went with the derived data path to generate the graph...