Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 822 Bytes

CHANGELOG.md

File metadata and controls

57 lines (33 loc) · 822 Bytes

Change Log

Version 1.6.0

2023-07-10

  • Upgrade to Espresso 3.6.1.
  • Min sdk is now API 19
  • Compile sdk is now API 34

Version 1.5.0

2023-06-08

  • Upgrade to Espresso 3.5.0.
  • Migrate sample to Kotlin
  • Publish library via Maven Central

Version 1.4.0

2018-12-09

  • Upgrade to Espresso 3.1.0.
  • Use androidX version of library

Version 1.3.0

2018-06-02

  • Upgrade to Espresso 3.0.2.

Version 1.2.0

2017-07-25

  • Upgrade to Espresso 3.0.0.

Version 1.1.1

2016-10-17

  • Internal/build changes only

Version 1.1.0

2016-06-09

  • Add checkDescendantViewAction to better support checks such as doesNotExist and simplify the API
  • Update sample to use new checkDescendantViewAction

Version 1.0.0

2016-06-07

  • Initial release
  • Based off of Espresso 2.2.2