Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #28

Merged
merged 3 commits into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 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.0. 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
2 changes: 1 addition & 1 deletion agent-android-junit5/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=5.2.2-SNAPSHOT
version=5.2.1-SNAPSHOT
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

buildscript {
ext {
agp_version = '8.2.2'
Expand Down