Skip to content

1.2.1

Latest
Compare
Choose a tag to compare
@johnkil johnkil released this 25 Dec 08:18
  • Remove lazy accessors for fields. They are adding extra overhead in terms of memory and they are way too heavy for one threaded environment complex for Android world.
  • Remove kotlin stdlib methods in onDraw. They are just adding extra allocations while trying to draw on Android canvas.
  • Some code overall clean up.
  • Migrate sample to AndroidX.
  • Update dependencies for Kotlin and plugins.