From c04556ad2c9bfedc22bb8c0a55746f0ca1fc0988 Mon Sep 17 00:00:00 2001 From: Andrei Zaitcev Date: Wed, 1 Aug 2018 16:41:47 +0100 Subject: [PATCH] Release 3.5.0 --- README.md | 8 ++++---- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b62cff06..8939a661 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ First, you need to add a build-script dependency. You can have access to snapsho ```gradle buildscript { dependencies { - classpath 'com.shazam.fork:fork-gradle-plugin:3.4.0' + classpath 'com.shazam.fork:fork-gradle-plugin:3.5.0' } } ``` @@ -152,7 +152,7 @@ To do so, you have to add an annotation called `RevokePermission`. Here is an ex Remember to add the fork client-side library to your project to have access to the annotation. To do so, in your app's dependencies add: ``` - androidTestImplementation "com.shazam.fork:fork-client:3.4.0" + androidTestImplementation "com.shazam.fork:fork-client:3.5.0" ``` After every test case, all the runtime permissions will be automatically re-granted even if the test fails. @@ -275,7 +275,7 @@ To be able to use the Flakiness Reporter add these dependencies: ```gradle buildscript { dependencies { - classpath "com.shazam.fork:fork-reporter-jenkins-gradle-plugin:3.4.0" + classpath "com.shazam.fork:fork-reporter-jenkins-gradle-plugin:3.5.0" } repositories { maven { url "http://repo.jenkins-ci.org/public/" } @@ -333,7 +333,7 @@ At the time of writing, not much is available around automated performance testi ```gradle buildscript { dependencies { - classpath 'com.shazam.chimprunner:chimprunner-gradle-plugin:3.4.0' + classpath 'com.shazam.chimprunner:chimprunner-gradle-plugin:3.5.0' } } ``` diff --git a/gradle.properties b/gradle.properties index 593e0f29..04cdecca 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ # Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. # -VERSION_NAME=3.5.0-SNAPSHOT +VERSION_NAME=3.5.0 GROUP=com.shazam.fork POM_LICENCE_NAME=The Apache Software License, Version 2.0