Skip to content

1.1.1

Compare
Choose a tag to compare
@skydoves skydoves released this 26 Dec 07:15
17e9eba

🎉 Released a new version 1.1.1! 🎉

What's New?

  • Updated kotlin version to 1.4.20 internally.
  • Added a new attribute radiusArray for setting radius to each corner.
.radiusArray = floatArrayOf(0f, 0f, 0f, 0f, 50f, 50f, 50f, 50f)
  • Hidden the setters of the TextForm in Java projects.
  • Refactored internal functions.