diff --git a/README.md b/README.md index 6ec4e3c..0295ace 100644 --- a/README.md +++ b/README.md @@ -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:4.2.1.0' +implementation 'com.criteo.mediation.mopub:criteo-adapter:4.2.2.0' ``` # License diff --git a/build.gradle b/build.gradle index 740dbfb..2433379 100644 --- a/build.gradle +++ b/build.gradle @@ -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 = "4.2.1.0" + adapter_version = "4.2.2.0" isSnapshot = properties["isRelease"] != "true" def timestamp = new Date().format("yyyyMMdd.HHmm")