Skip to content

Version 1.15.0 (2021-02-26)

Compare
Choose a tag to compare
@ychescale9 ychescale9 released this 26 Feb 01:54
· 173 commits to main since this release
  • Breaking change: activity.showKeyboard() and Activity.hideKeyboard(focusedView: View) have been replaced with Window.showSoftKeyboard() and Window.hideSoftKeyboard() using the WindowInsetsControllerCompat APIs.
  • Replace deprecated systemUiVisibility with WindowInsetsControllerCompat.
  • Enable IR compiler.
  • Kotlin 1.4.31.
  • Coroutines 1.4.2.
  • Update AndroidX and MDC.