Extract Gradle Dependencies as Binaries for Android
1 min readMar 14, 2019
It was needed to extract dependencies as binaries. I don’t have so much experience with Gradle at all, but was really confident that some kind of script can be written to automate this task. Long Googling helped me to find the needed script, so, I just want to share it here, because I faced troubles during my search. All credits to Nikita Belokopytov (https://gist.github.com/n-belokopytov)