diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e6875..8acd284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Version 1.2.0 * Updated to work with Spock 1.0 +* Removed need for custom runner ## Version 1.1.0 diff --git a/README.md b/README.md index 46680a6..b2fc30a 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ android { defaultConfig { ... - testInstrumentationRunner "com.andrewreitz.spock.AndroidSpockRunner" + testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } packagingOptions {