Skip to content

Commit

Permalink
Release 1.4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Str4tos authored Jul 24, 2020
1 parent fb24a76 commit 68a5beb
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 @@ -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.2'
implementation 'com.cleversolutions.ads:cas-sdk-general:1.4.2.1'
}
```
- 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.2'
implementation 'com.cleversolutions.ads:cas-sdk-teen:1.4.2.1'
}
```
- 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.2'
implementation 'com.cleversolutions.ads:cas-sdk:1.4.2.1'
}
```

Expand Down

0 comments on commit 68a5beb

Please sign in to comment.