Skip to content

Commit

Permalink
Release 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Str4tos authored Dec 28, 2020
1 parent 9931665 commit 75909a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Add one of the following solution to the dependencies section to your applicatio

```gradle
dependencies {
implementation 'com.cleversolutions.ads:cas-sdk-general:1.9.0+'
implementation 'com.cleversolutions.ads:cas-sdk-general:1.9.1+'
}
```

Expand All @@ -96,7 +96,7 @@ dependencies {

```gradle
dependencies {
implementation 'com.cleversolutions.ads:cas-sdk-teen:1.9.0+'
implementation 'com.cleversolutions.ads:cas-sdk-teen:1.9.1+'
}
```
> Some third party partners are not included and you can combine General solution with partners dependencies from Advanced integration.
Expand All @@ -111,7 +111,7 @@ To do this, use any combination of partial dependencies. No additional code is r
#### The first step is to add a dependency to the core of our SDK:
```gradle
dependencies {
implementation 'com.cleversolutions.ads:cas-sdk:1.9.0+'
implementation 'com.cleversolutions.ads:cas-sdk:1.9.1+'
...
}
```
Expand Down

0 comments on commit 75909a3

Please sign in to comment.