File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ When you want to develop an own Android application using the Bitmovin Player An
150150 It is recommended to reference a specific version as you can see below:
151151
152152 ```groovy
153- implementation 'com.bitmovin.player:player:3.161 .0'
153+ implementation 'com.bitmovin.player:player:3.162 .0'
154154 ```
155155
156156#### Additional SDK dependencies
@@ -250,7 +250,7 @@ When you want to develop an own Android application using the Bitmovin Player An
250250 To host the Bitmovin Player UI from Jetpack Compose, add the Compose UI wrapper dependency:
251251
252252 ```groovy
253- implementation 'com.bitmovin.player:player-ui-web-compose:3.161 .0'
253+ implementation 'com.bitmovin.player:player-ui-web-compose:3.162 .0'
254254 ```
255255
256256## 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.161 .0"
10- bitmovinPlayerJason = " 3.161 .0+jason"
9+ bitmovinPlayer = " 3.162 .0"
10+ bitmovinPlayerJason = " 3.162 .0+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