Skip to content

Releases: ozgurg/ToggleIconView

v2.0.0

13 Jul 01:18

Choose a tag to compare

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

13 Jul 00:55

Choose a tag to compare

v1.0.4 Pre-release
Pre-release

DO NOT USE THIS VERSION: READ: https://github.com/ozgurg/ToggleIconView/releases/tag/2.0.0

  • Minify disabled

v1.0.3

13 Jul 00:35

Choose a tag to compare

v1.0.3 Pre-release
Pre-release

DO NOT USE THIS VERSION: READ: https://github.com/ozgurg/ToggleIconView/releases/tag/2.0.0

  • Added proguard-rules.pro

v1.0.2

13 Jul 00:20

Choose a tag to compare

v1.0.2 Pre-release
Pre-release

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

13 Jul 00:06

Choose a tag to compare

v1.0.1 Pre-release
Pre-release

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

12 Jul 22:44

Choose a tag to compare

v1.0.0 Pre-release
Pre-release

DO NOT USE THIS VERSION: READ: https://github.com/ozgurg/ToggleIconView/releases/tag/2.0.0

  • First release of the library 🎉