Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
reportportal.io committed Mar 15, 2024
1 parent 3bc2d20 commit 49fb600
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[![Build with Love](https://img.shields.io/badge/build%20with-❤%EF%B8%8F%E2%80%8D-lightgrey.svg)](http://reportportal.io?style=flat)


The latest version: 5.2.1. Please use `Maven Central` link above to get the agent. Minimal supported API version: 26
The latest version: 5.2.2. Please use `Maven Central` link above to get the agent. Minimal supported API version: 26

## Overview: How to Add ReportPortal integration to Your Android Project
Report Portal supports Android Espresso JUnit 5 tests. The integration is built on top of
Expand Down Expand Up @@ -83,7 +83,7 @@ available versions instead of copy-pasting them from here.
```
* Add Report Portal agent dependency:
```groovy
implementation ('com.epam.reportportal:agent-android-junit5:5.2.1') {
implementation ('com.epam.reportportal:agent-android-junit5:5.2.2') {
exclude group: 'org.aspectj' // AspectJ usually already included by Android
}
```
Expand Down Expand Up @@ -165,7 +165,7 @@ dependencies {
implementation 'androidx.test.espresso:espresso-core:3.5.1'
// Report Portal libraries
implementation ('com.epam.reportportal:agent-android-junit5:5.2.1') {
implementation ('com.epam.reportportal:agent-android-junit5:5.2.2') {
exclude group: 'org.aspectj' // AspectJ usually already included by Android
}
implementation ('com.epam.reportportal:logger-java-logback:5.1.4') {
Expand Down

0 comments on commit 49fb600

Please sign in to comment.