Skip to content

Commit

Permalink
🔖 Bump to version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-rasevych-criteo committed Jan 11, 2024
1 parent a9c8378 commit 9615ed9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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 6.0.0
- Add support of Android 14 (API level 34)
- Add support for MRAID 2.0 specification

# Version 5.0.2
- Send SDK MRAID capability
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ object Deps {
}

object MraidBridge {
private const val version = "1.0.1"
private const val version = "2.0.0"

const val Release = "com.criteo.publisher:mraid-bridge:$version"
const val Snapshot = "$Release-SNAPSHOT"
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 = "5.0.2"
private const val sdkBaseVersion = "6.0.0"

private val timestamp = LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyyMMdd.HHmm"))

Expand Down

0 comments on commit 9615ed9

Please sign in to comment.