Skip to content

Version 1.9.0 (2020-05-30)

Compare
Choose a tag to compare
@ychescale9 ychescale9 released this 29 May 15:35
  • Breaking change: clickTextInputLayoutIcon(@IdRes viewId: Int, endIcon: Boolean) has been refactored into clickTextInputLayoutStartIcon(@IdRes viewId: Int) and clickTextInputLayoutEndIcon(@IdRes viewId: Int).
  • Breaking change: longClickTextInputLayoutIcon(@IdRes viewId: Int, endIcon: Boolean) has been refactored into longClickTextInputLayoutStartIcon(@IdRes viewId: Int) and longClickTextInputLayoutEndIcon(@IdRes viewId: Int).
  • New clickTextInputLayoutErrorIcon(@IdRes viewId: Int) and longClickTextInputLayoutErrorIcon(@IdRes viewId: Int) extensions on the TextInputLayout.
  • Update AGP, Gradle, Coroutines, RxJava 3, AndroidX, MDC, detekt.