From b31f49e2f778ea83bd61976a24bb71e7008fa04b Mon Sep 17 00:00:00 2001 From: Vadzim Hushchanskou Date: Thu, 14 Mar 2024 17:31:49 +0300 Subject: [PATCH 1/2] Revert version change --- README.md | 2 +- build.gradle | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 142131b..761acb6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle b/build.gradle index 175fa36..fba8ee0 100644 --- a/build.gradle +++ b/build.gradle @@ -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' From d5d50bbe5aa3dc01a0c36a780485d82a3462522f Mon Sep 17 00:00:00 2001 From: Vadzim Hushchanskou Date: Thu, 14 Mar 2024 17:34:28 +0300 Subject: [PATCH 2/2] Revert version change --- agent-android-junit5/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent-android-junit5/gradle.properties b/agent-android-junit5/gradle.properties index 74c5f4a..6fc7d5c 100644 --- a/agent-android-junit5/gradle.properties +++ b/agent-android-junit5/gradle.properties @@ -1 +1 @@ -version=5.2.2-SNAPSHOT +version=5.2.1-SNAPSHOT