Skip to content

Commit 924fe22

Browse files
update samples
1 parent d282b1d commit 924fe22

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ compileSdk = "36"
66
agp = "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
1212
imaSdk = "3.38.0"
1313
cast = "21.4.0"

0 commit comments

Comments
 (0)