Skip to content

Commit 409ef3c

Browse files
author
Francesco Pezzato
committed
Release 3.13.0
1 parent a49fb84 commit 409ef3c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ First, you need to add a build-script dependency. You can have access to snapsho
3030
```gradle
3131
buildscript {
3232
dependencies {
33-
classpath 'com.shazam.fork:fork-gradle-plugin:3.12.0'
33+
classpath 'com.shazam.fork:fork-gradle-plugin:3.13.0'
3434
}
3535
}
3636
```
@@ -152,7 +152,7 @@ To do so, you have to add an annotation called `RevokePermission`. Here is an ex
152152
Remember to add the fork client-side library to your project to have access to the annotation.
153153
To do so, in your app's dependencies add:
154154
```gradle
155-
androidTestImplementation "com.shazam.fork:fork-client:3.12.0"
155+
androidTestImplementation "com.shazam.fork:fork-client:3.13.0"
156156
```
157157

158158
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:
276276
```gradle
277277
buildscript {
278278
dependencies {
279-
classpath "com.shazam.fork:fork-reporter-jenkins-gradle-plugin:3.12.0"
279+
classpath "com.shazam.fork:fork-reporter-jenkins-gradle-plugin:3.13.0"
280280
}
281281
repositories {
282282
maven { url "http://repo.jenkins-ci.org/public/" }
@@ -335,7 +335,7 @@ At the time of writing, not much is available around automated performance testi
335335
```gradle
336336
buildscript {
337337
dependencies {
338-
classpath 'com.shazam.chimprunner:chimprunner-gradle-plugin:3.12.0'
338+
classpath 'com.shazam.chimprunner:chimprunner-gradle-plugin:3.13.0'
339339
}
340340
}
341341
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# 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.
99
#
1010

11-
VERSION_NAME=3.13.0-SNAPSHOT
11+
VERSION_NAME=3.13.0
1212
GROUP=com.shazam.fork
1313

1414
POM_LICENCE_NAME=The Apache Software License, Version 2.0

0 commit comments

Comments
 (0)