Skip to content

Commit

Permalink
ISSUE-605: Update Kaspresso version in Docs (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
avfe authored Dec 12, 2023
1 parent c6df154 commit 69ddba1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The last version with Android Support libraries is:

```groovy
dependencies {
androidTestImplementation 'com.kaspersky.android-components:kaspresso:1.0.1-support'
androidTestImplementation 'com.kaspersky.android-components:kaspresso:1.5.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The last version with Android Support libraries is:

```groovy
dependencies {
androidTestImplementation 'com.kaspersky.android-components:kaspresso:1.0.1-support'
androidTestImplementation 'com.kaspersky.android-components:kaspresso:1.5.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/index.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {

```groovy
dependencies {
androidTestImplementation 'com.kaspersky.android-components:kaspresso:1.0.1-support'
androidTestImplementation 'com.kaspersky.android-components:kaspresso:1.5.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion samples/kaspresso-sample/src/main/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h2 id="integration">Integration</h2>
<p>If you are still using the old Android Support libraries, we strongly recommend to migrate to AndroidX.</p>
<p>The last version with Android Support libraries is:</p>
<pre><code class="lang-groovy"><span class="hljs-section">dependencies</span> {
<span class="hljs-attribute">androidTestImplementation</span> <span class="hljs-string">'com.kaspersky.android-components:kaspresso:1.0.1-support'</span>
<span class="hljs-attribute">androidTestImplementation</span> <span class="hljs-string">'com.kaspersky.android-components:kaspresso:1.5.3'</span>
}
</code></pre>
<h2 id="samples">Samples</h2>
Expand Down

0 comments on commit 69ddba1

Please sign in to comment.