Version 1.10.0 (2020-07-17)
- 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 ofkotlin-stdlib-jdk8
- Update Coroutines, AndroidX and MDC.