v2.0.0
When I publish the library on JitPack and trying to implement to an Android app, the library packages could not be found even if the installation was successful. After some research and sweating (and 3 disappointing patch versions, 2 cups of delicious coffee), I was able to figure it out.
minifyEnabled must be false.
Minifying usually good thing but not good thing for a library I suppose. Let me know if you know why, I would be appreciated.
2.0.0 just an identical library, nothing has changed. Let's start from here like my previous struggles never happened.
I've made choices that I wouldn't normally make to find and fix the problem, and maybe I'll rollback some of them in the next minor releases.
Then; first "real" release of the library 🎉