File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ When you want to develop an own Android application using the Bitmovin Player An
149149 It is recommended to reference a specific version as you can see below:
150150
151151 ```groovy
152- implementation 'com.bitmovin.player:player:3.155.0 '
152+ implementation 'com.bitmovin.player:player:3.155.1 '
153153 ```
154154
155155#### Additional SDK dependencies
@@ -249,7 +249,7 @@ When you want to develop an own Android application using the Bitmovin Player An
249249 To host the Bitmovin Player UI from Jetpack Compose, add the Compose UI wrapper dependency:
250250
251251 ```groovy
252- implementation 'com.bitmovin.player:player-ui-web-compose:3.155.0 '
252+ implementation 'com.bitmovin.player:player-ui-web-compose:3.155.1 '
253253 ```
254254
255255## Proguard Configuration
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ compileSdk = "36"
66agp = " 8.10.1"
77
88# Bitmovin Player versions
9- bitmovinPlayer = " 3.155.0 "
10- bitmovinPlayerJason = " 3.155.0 +jason"
9+ bitmovinPlayer = " 3.155.1 "
10+ bitmovinPlayerJason = " 3.155.1 +jason"
1111# Google Play Services versions
1212imaSdk = " 3.38.0"
1313cast = " 21.4.0"
You can’t perform that action at this time.
0 commit comments