Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #25 from criteo/bump/v3.10.0.0
Browse files Browse the repository at this point in the history
Bump version to 3.10.0.0
  • Loading branch information
Amokrane authored Aug 27, 2020
2 parents 19b5d2c + dc8cac3 commit 1ab6b21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
Note that all version `X.Y.Z.T` of this adapter have been tested against the matching version
`X.Y.Z` of the Publisher SDK.

## Next
## Version 3.10.0.0
* Fix visibility over the Criteo SDK at compile time for Advanced Native

## 3.8.0.0
## Version 3.8.0.0
* Refactor non-native adapter classes to use the new consolidated API from MoPub.
* This and newer adapter versions are only compatible with 5.13.0+ MoPub SDK.
* Artifacts are now delivered through `JCenter` repository instead of a custom one: from this
version, the line `maven { url "https://pubsdk-bin.criteo.com/publishersdk/android" }` can be
removed.

## 3.7.0.0
## Version 3.7.0.0
* Added support for Advanced NativeAds.

## 3.5.0.0
## Version 3.5.0.0
* Added support for TCF2

## 3.4.0.1
## Version 3.4.0.1
* Changed the visibility of CriteoInitializer to package private

## 3.4.0.0
## Version 3.4.0.0
* Added support for MoPub's consent
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {
Then, in your app's module *build.gradle* file, add the following implementation configuration to the *dependencies* section:

```kotlin
implementation 'com.criteo.mediation.mopub:criteo-adapter:3.9.0.0'
implementation 'com.criteo.mediation.mopub:criteo-adapter:3.10.0.0'
```

# License
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ext {
* deployed as well with version A.B.C.0. If fixes, or updates are required on the adapter without updating
* the SDK, then the last digit is incremented to produce A.B.C.1, then A.B.C.2, ...
*/
adapter_version = "3.9.0.0"
adapter_version = "3.10.0.0"
isSnapshot = properties["isRelease"] != "true"

def timestamp = new Date().format("yyyyMMdd.HHmm")
Expand Down

0 comments on commit 1ab6b21

Please sign in to comment.