From 697e40f3e951ff5b2515ed679db3cd98aa926285 Mon Sep 17 00:00:00 2001 From: Viktor Rasevych Date: Wed, 5 Oct 2022 11:37:36 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20to=20version=204.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ buildSrc/src/main/java/SdkVersion.kt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c4e65ef..56b6d3a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Next Version +# Version 4.8.1 +- Fix error on Criteo init + # Version 4.8.0 - Add support of Android 12L (API level 32) - Bump AdMob to v21.2.0 diff --git a/buildSrc/src/main/java/SdkVersion.kt b/buildSrc/src/main/java/SdkVersion.kt index 94312d62..1298f268 100644 --- a/buildSrc/src/main/java/SdkVersion.kt +++ b/buildSrc/src/main/java/SdkVersion.kt @@ -18,7 +18,7 @@ import org.gradle.api.Project import java.time.LocalDateTime import java.time.format.DateTimeFormatter -private const val sdkBaseVersion = "4.8.0" +private const val sdkBaseVersion = "4.8.1" private val timestamp = LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyyMMdd.HHmm"))