Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.27 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.27 KB

Espresso Commons

A library of utilities commonly used with Espresso.

Javadocs

Setup

Add the following lines to your Gradle dependencies:

androidTestCompile('jp.jun_nama:espresso-commons:0.1.1') {
    exclude group: 'com.android.support'
}

License

Copyright 2017 TOYAMA Sumio <jun.nama@gmail.com>
Licensed under the Apache License, Version 2.0.