Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖 Bump to version 6.0.0 #308

Merged
merged 1 commit into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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