From 92fe1c33c6a118b47055734b54cd3cd837c443f9 Mon Sep 17 00:00:00 2001 From: Andrew Reitz Date: Mon, 9 Mar 2015 22:40:20 -0500 Subject: [PATCH] Updated notes for 1.2 --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 {