I am looking for a solution for the following problem, I have been looking around and I only found resources on how to use libraries in Github.
The problem is the following:
I have an Android Studio project that contains both java libraries and native libraries (to add native libraries I followed the advice in this answer)
The libraries I am using are not available anywhere online (I am using the Zlib Qr Code library) so I want to push them to Github...
Please do you know how to do it?