Skip to content

Commit

Permalink
🔖 Bump to version 4.9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-rasevych-criteo committed Feb 17, 2023
1 parent 0a8d2f5 commit 029a6f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Note that all version `X.Y.Z.T` of this adapter have been tested against the mat

## Next

## Version 4.9.0.0
## Version 4.9.1.0
* Add support of Android 13 (API level 33)

## Version 4.8.0.0
Expand Down
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.google:criteo-adapter:4.9.0.0'
implementation 'com.criteo.mediation.google:criteo-adapter:4.9.1.0'
```

# License
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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.9.0.0"
adapter_version = "4.9.1.0"
isSnapshot = properties["isRelease"] != "true"

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

0 comments on commit 029a6f4

Please sign in to comment.