Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Release 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiZaitcev committed Apr 13, 2022
1 parent 78bc6e0 commit fb7a343
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0'
classpath 'com.shazam.fork:fork-gradle-plugin:3.14.0'
}
}
```
Expand Down Expand Up @@ -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.13.0"
androidTestImplementation "com.shazam.fork:fork-client:3.14.0"
```

After every test case, all the runtime permissions will be automatically re-granted even if the test fails.
Expand Down Expand Up @@ -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.13.0"
classpath "com.shazam.fork:fork-reporter-jenkins-gradle-plugin:3.14.0"
}
repositories {
maven { url "https://repo.jenkins-ci.org/public/" }
Expand Down Expand Up @@ -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.13.0'
classpath 'com.shazam.chimprunner:chimprunner-gradle-plugin:3.14.0'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.0-SNAPSHOT
VERSION_NAME=3.14.0
GROUP=com.shazam.fork

POM_LICENCE_NAME=The Apache Software License, Version 2.0
Expand Down

0 comments on commit fb7a343

Please sign in to comment.