File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ 0.1.2] - 2025-09-03
11+
1012### Fixed
1113
1214- Race condition that could cause ` IndexOutOfBoundsException ` when ` MediaTailorAdBreak ` s got removed during playback
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencyResolutionManagement {
5353Include the MediaTailor integration in your ` build.gradle.kts ` file:
5454``` kotlin
5555dependencies {
56- implementation(" com.bitmovin.player.integration:mediatailor:0.1.1 " )
56+ implementation(" com.bitmovin.player.integration:mediatailor:0.1.2 " )
5757}
5858```
5959## Examples
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ compileSdkVersion=35
2929
3030# Publishing
3131groupId =com.bitmovin.player.integration
32- versionName =0.1.1
32+ versionName =0.1.2
You can’t perform that action at this time.
0 commit comments