Skip to content

Version 1.17.0 (2021-06-09)

Compare
Choose a tag to compare
@ychescale9 ychescale9 released this 09 Jun 08:35
· 133 commits to main since this release
  • Breaking change: RobotActions.selectBottomNavigationItem(@IdRes bottomNavigationViewResId: Int, navItemTitle: String) has been replaced with RobotActions.selectNavigationBarItem(@IdRes navigationBarViewResId: Int, navItemTitle: String) to accommodate changes in Material Components 1.4.0.
  • Breaking change: RobotAssertions.bottomNavigationViewItemSelected(@IdRes bottomNavigationViewResId: Int, @IdRes selectedItemResId: Int) has been replaced with RobotAssertions.navigationBarViewItemSelected(@IdRes navigationBarViewResId: Int, @IdRes selectedItemResId: Int) to accommodate changes in Material Components 1.4.0.
  • Material Components 1.4.0-rc01.
  • Update AndroidX.