From 1edbc0e1b2402fd1bfc3ffc8edf9377d15c764f3 Mon Sep 17 00:00:00 2001 From: Andrei Zaitcev Date: Thu, 25 Aug 2022 15:42:59 +0100 Subject: [PATCH] Release 3.16.0 --- README.md | 8 ++++---- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 24e23d9c..c44ad91e 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.15.0' + classpath 'com.shazam.fork:fork-gradle-plugin:3.16.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: ```gradle - androidTestImplementation "com.shazam.fork:fork-client:3.15.0" + androidTestImplementation "com.shazam.fork:fork-client:3.16.0" ``` After every test case, all the runtime permissions will be automatically re-granted even if the test fails. @@ -276,7 +276,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.15.0" + classpath "com.shazam.fork:fork-reporter-jenkins-gradle-plugin:3.16.0" } repositories { maven { url "https://repo.jenkins-ci.org/public/" } @@ -335,7 +335,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.15.0' + classpath 'com.shazam.chimprunner:chimprunner-gradle-plugin:3.16.0' } } ``` diff --git a/gradle.properties b/gradle.properties index 9696e467..2163b639 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.16.0-SNAPSHOT +VERSION_NAME=3.16.0 GROUP=com.shazam.fork POM_LICENCE_NAME=The Apache Software License, Version 2.0