Skip to content

Commit

Permalink
Update native version to 6.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoslin91 committed Nov 1, 2024
1 parent ee6343a commit 291a518
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ Using the BoM version, the app doesn't need to define the dependencies versions,
## Latest release

```kotlin
val fireworkBomVersion = "2024.10.22"
val fireworkBomVersion = "2024.11.03"
implementation(platform("com.firework:firework-bom:$fireworkBomVersion"))
```

### Dependencies versions

| Dependency | Version |
|:--------------------------------------------------|:--------|
| com.firework:sdk | 6.14.5 |
| com.firework.external.imageloading:glide | 6.14.5 |
| com.firework.external.imageloading:picasso | 6.14.5 |
| com.firework.external.livestream:multiHostPlayer | 6.14.5 |
| com.firework.external.livestream:singleHostPlayer | 6.14.5 |
| com.firework:sdk | 6.15.2 |
| com.firework.external.imageloading:glide | 6.15.2 |
| com.firework.external.imageloading:picasso | 6.15.2 |
| com.firework.external.livestream:multiHostPlayer | 6.15.2 |
| com.firework.external.livestream:singleHostPlayer | 6.15.2 |
| com.firework.core.di:di-core | 8.0.0 |
| com.firework.core.di:di-android | 8.0.0 |
| com.firework.core:event-bus | 7.0.0 |
Expand Down
4 changes: 2 additions & 2 deletions bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

bomGenerator {
// region Firework SDK
val fireworkSdkVersion = "6.14.5"
val fireworkSdkVersion = "6.15.2"
includeDependency("com.firework", "sdk", fireworkSdkVersion)

includeDependency("com.firework.external.imageloading", "glide", fireworkSdkVersion)
Expand Down Expand Up @@ -66,7 +66,7 @@ publishing {
fun MavenPublication.configurePublication() {
groupId = "com.firework"
artifactId = "firework-bom"
version = "2024.10.22"
version = "2024.11.03"
}

fun MavenPublication.configurePom() {
Expand Down

0 comments on commit 291a518

Please sign in to comment.