From febb2bfef7c03683a66d11e7062875cf7ddf8e59 Mon Sep 17 00:00:00 2001 From: Nikita Date: Mon, 14 Aug 2023 16:56:35 +0300 Subject: [PATCH 1/4] ISSUE-540: Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 77e9e7bf9..9e3a77e05 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,13 @@ dependencies { } ``` +To try out the cutting edge kaspresso updates before oficial release add "-SNAPHOT" postfix to the latest Kaspresso version e.g. +```groovy +dependencies { + androidTestImplementation 'com.kaspersky.android-components:kaspresso:-SNAPSHOT' +} +``` + If you are still using the old Android Support libraries, we strongly recommend to migrate to AndroidX. The last version with Android Support libraries is: From ce6e42b291e5a3fcb86608930c4bab7a7567d4f8 Mon Sep 17 00:00:00 2001 From: Nikita Date: Mon, 14 Aug 2023 16:58:06 +0300 Subject: [PATCH 2/4] ISSUE-540: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e3a77e05..5eaca206d 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ dependencies { } ``` -To try out the cutting edge kaspresso updates before oficial release add "-SNAPHOT" postfix to the latest Kaspresso version e.g. +To try out the cutting edge kaspresso updates before an oficial release add a "-SNAPHOT" postfix to the latest Kaspresso version e.g. ```groovy dependencies { androidTestImplementation 'com.kaspersky.android-components:kaspresso:-SNAPSHOT' From ec5e1714db45434f23f1c592459dd3a217cc1ab6 Mon Sep 17 00:00:00 2001 From: Nikita Date: Mon, 14 Aug 2023 17:46:19 +0300 Subject: [PATCH 3/4] ISSUE-540: Update index.ru.md --- docs/index.ru.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/index.ru.md b/docs/index.ru.md index a3cfd2aa4..0f7d5caff 100644 --- a/docs/index.ru.md +++ b/docs/index.ru.md @@ -53,6 +53,14 @@ dependencies { } ``` +Чтобы интегрировать наиболее свежую версию Kaspresso до официального релиза, добавьте постфикс "-SNAPSHOT" к версии: + +```groovy +dependencies { + androidTestImplementation 'com.kaspersky.android-components:kaspresso:-SNAPSHOT' +} +``` + Если вы все еще используете старые библиотеки поддержки Android, мы настоятельно рекомендуем перейти на AndroidX. Последняя версия с библиотеками поддержки Android: From 0d0c192880140a942b05fc68b38abffb153300c4 Mon Sep 17 00:00:00 2001 From: Nikita Date: Mon, 14 Aug 2023 17:47:09 +0300 Subject: [PATCH 4/4] ISSUE-540: Update index.en.md --- docs/index.en.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/index.en.md b/docs/index.en.md index 4e38d3987..1a55dd51c 100644 --- a/docs/index.en.md +++ b/docs/index.en.md @@ -54,6 +54,13 @@ dependencies { } ``` +To try out the cutting edge kaspresso updates before an oficial release add a "-SNAPHOT" postfix to the latest Kaspresso version e.g. +```groovy +dependencies { + androidTestImplementation 'com.kaspersky.android-components:kaspresso:-SNAPSHOT' +} +``` + If you are still using the old Android Support libraries, we strongly recommend to migrate to AndroidX. The last version with Android Support libraries is: