Skip to content

Commit

Permalink
Update player core version (#15)
Browse files Browse the repository at this point in the history
**What**
Update player core version
  • Loading branch information
OstapOpalynskyi-fw authored Feb 15, 2024
1 parent 5493926 commit 2caba2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ implementation(platform("androidx.compose:compose-bom:2024.02.07"))
| com.firework.core:json | 7.0.0 |
| com.firework.core:logger | 8.1.0 |
| com.firework.core:motion-sensor | 7.0.0 |
| com.firework.core:player | 8.1.4 |
| com.firework.core:player | 8.1.5 |
| com.firework.core:session-manager | 7.0.0 |
| com.firework.core:storage | 7.0.1 |
| com.firework.core:utility | 7.0.0 |
Expand Down
2 changes: 1 addition & 1 deletion bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bomGenerator {
includeDependency("com.firework.core", "json", "7.0.0")
includeDependency("com.firework.core", "logger", "8.1.0")
includeDependency("com.firework.core", "motion-sensor", "7.0.0")
includeDependency("com.firework.core", "player", "8.1.4")
includeDependency("com.firework.core", "player", "8.1.5")
includeDependency("com.firework.core", "session-manager", "7.0.0")
includeDependency("com.firework.core", "storage", "7.0.1")
includeDependency("com.firework.core", "utility", "7.0.0")
Expand Down

0 comments on commit 2caba2c

Please sign in to comment.