Skip to content

Commit 41d7731

Browse files
update samples
1 parent 92843ca commit 41d7731

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
@@ -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

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.161.0"
10-
bitmovinPlayerJason = "3.161.0+jason"
9+
bitmovinPlayer = "3.162.0"
10+
bitmovinPlayerJason = "3.162.0+jason"
1111
# Google Play Services versions
1212
imaSdk = "3.38.0"
1313
cast = "21.4.0"

0 commit comments

Comments
 (0)