I found this Github repository: https://github.com/applidium/HeaderListView and I want to include it in my Android App in AndroidStudio by adding just a single line to the repository to the build.gradle file, e.g.:
compile 'com.COMPANY.PROJECT:PROJECT:1.0.0'
Now, since the above mentioned HeaderListView project is lacking gradle support, I want to fork it and add gradle support. How can I achieve this? Can you please give me examples or point me to any tutorial or documentation about this topic?