Skip to content

Commit

Permalink
Merge pull request #301 from KasperskyLab/update_readme
Browse files Browse the repository at this point in the history
1.3.0 version in readme
  • Loading branch information
matzuk authored Oct 18, 2021
2 parents 1302686 + d645483 commit c2bb4b6
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ allprojects {

```groovy
dependencies {
androidTestImplementation 'com.kaspersky.android-components:kaspresso:1.2.1'
androidTestImplementation 'com.kaspersky.android-components:kaspresso:1.3.0'
}
```

Expand All @@ -243,20 +243,6 @@ dependencies {
}
```

## Snapshots

Snapshots are available via https://oss.jfrog.org/artifactory/libs-snapshot/com/kaspersky/android-components/

```groovy
repositories {
maven { url 'https://oss.jfrog.org/libs-snapshot' }
}
dependencies {
androidTestImplementation 'com.kaspersky.android-components:kaspresso:1.2.2-SNAPSHOT'
}
```

## Samples
All samples are available in the [samples](/samples) folder.

Expand Down

0 comments on commit c2bb4b6

Please sign in to comment.