Skip to content

Version 1.10.0 (2020-07-17)

Compare
Choose a tag to compare
@ychescale9 ychescale9 released this 17 Jul 07:48
· 277 commits to main since this release
  • New RobotAssertions.viewEndsWithText(@IdRes viewId: Int, expected: String) for asserting that a view has text that ends with the expected string.
  • Fix RobotAssertions.viewStartsWithText(@IdRes viewId: Int, expected: String).
  • Depend on kotlin-sdtlib instead of kotlin-stdlib-jdk8
  • Update Coroutines, AndroidX and MDC.