Releases: ozgurg/ToggleIconView
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 🎉
v1.0.4
DO NOT USE THIS VERSION: READ: https://github.com/ozgurg/ToggleIconView/releases/tag/2.0.0
- Minify disabled
v1.0.3
DO NOT USE THIS VERSION: READ: https://github.com/ozgurg/ToggleIconView/releases/tag/2.0.0
- Added
proguard-rules.pro
v1.0.2
DO NOT USE THIS VERSION: READ: https://github.com/ozgurg/ToggleIconView/releases/tag/2.0.0
- Renamed module
- Added
consumer-rules.pro
v1.0.1
DO NOT USE THIS VERSION: READ: https://github.com/ozgurg/ToggleIconView/releases/tag/2.0.0
- Renamed the module to match the
artifactId, to fix the package not found issue
v1.0.0
DO NOT USE THIS VERSION: READ: https://github.com/ozgurg/ToggleIconView/releases/tag/2.0.0
- First release of the library 🎉