Description
I am Using this Library in an Android App by building custom AAR as described in this repo's wikis.But unfortunately Fdroid Dont support Blobs ..,So can someone guide me how to solve this....
Expected behavior
A workaround Following Issue?
I have been told to approach following 3 ways:
We don't support "blobs" – F-Droid needs to be able to build everything from source. Options would be:
using one of the trusted maven repos.
using git sub-modules.
if available, use a srclib(there's e.g. FFMPEG-Java available here, using https://github.com/guardianproject/android-ffmpeg-java.git if that matches your needs).
Current behavior
Not Able to use custom AAR as they(Fdroid) dont support them.
Screenshots
If applicable, add screenshots to help explain your problem.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description I am Using this Library in an Android App by building custom AAR as described in this repo's wikis.But unfortunately Fdroid Dont support Blobs ..,So can someone guide me how to solve this....
Expected behavior A workaround Following Issue? I have been told to approach following 3 ways:
We don't support "blobs" – F-Droid needs to be able to build everything from source. Options would be:
(there's e.g. FFMPEG-Java available here, using https://github.com/guardianproject/android-ffmpeg-java.git if that matches your needs).
Current behavior Not Able to use custom AAR as they(Fdroid) dont support them.
Screenshots If applicable, add screenshots to help explain your problem.
Logs Fdroid Error: https://ghostbin.co/paste/6fnw7
Environment
Other I am just Using MP3LAME in my custom AAR to just convert m4a audio to Mp3 in my App, I dont need any other Library.
One Possible Solution(Not Optimal):
So , can someone help me with this and could tell me what to do here, please? and Thanks For this Awesome Library!