Skip to content

Commit

Permalink
Release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Str4tos authored Jul 23, 2020
1 parent 2b0ed4a commit fb24a76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@ Add one of the following sdk to the dependencies section for your ad audience.
- G - 0+ years General audiences SDK and skip [Step 3](#step-3-add-mediation-sdk)
```gradle
dependencies {
implementation 'com.cleversolutions.ads:cas-sdk-general:1.4.1'
implementation 'com.cleversolutions.ads:cas-sdk-general:1.4.2'
}
```
- T - 12+ years. Teen audiences SDK and skip [Step 3](#step-3-add-mediation-sdk)
```gradle
dependencies {
implementation 'com.cleversolutions.ads:cas-sdk-teen:1.4.1'
implementation 'com.cleversolutions.ads:cas-sdk-teen:1.4.2'
}
```
- SDK without mediation dependencies. Follow [Step 3](#step-3-add-mediation-sdk) to integrate mediation SDK.
```gradle
dependencies {
implementation 'com.cleversolutions.ads:cas-sdk:1.4.1'
implementation 'com.cleversolutions.ads:cas-sdk:1.4.2'
}
```

Expand Down Expand Up @@ -190,7 +190,7 @@ Start your cross promotion campaign with CAS [here](https://cleveradssolutions.c
```gradle
dependencies {
...
implementation 'com.cleversolutions.ads:cas-promo:1.4.1'
implementation 'com.cleversolutions.ads:cas-promo:1.4.2'
}
```

Expand Down

0 comments on commit fb24a76

Please sign in to comment.