Skip to content

Commit

Permalink
ISSUE-540: Update README.md (KasperskyLab#553)
Browse files Browse the repository at this point in the history
* ISSUE-540: Mention snapshots in the documentation
  • Loading branch information
Nikitae57 authored Aug 15, 2023
1 parent 924534a commit 30ee238
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,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:<latest_version>-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:
Expand Down
7 changes: 7 additions & 0 deletions docs/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<latest_version>-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:
Expand Down
8 changes: 8 additions & 0 deletions docs/index.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ dependencies {
}
```

Чтобы интегрировать наиболее свежую версию Kaspresso до официального релиза, добавьте постфикс "-SNAPSHOT" к версии:

```groovy
dependencies {
androidTestImplementation 'com.kaspersky.android-components:kaspresso:<latest_version>-SNAPSHOT'
}
```

Если вы все еще используете старые библиотеки поддержки Android, мы настоятельно рекомендуем перейти на AndroidX.

Последняя версия с библиотеками поддержки Android:
Expand Down

0 comments on commit 30ee238

Please sign in to comment.