Skip to content

Commit

Permalink
🔖 Bump to version 4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-rasevych-criteo committed Oct 5, 2022
1 parent a423e88 commit 697e40f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/SdkVersion.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

Expand Down

0 comments on commit 697e40f

Please sign in to comment.