Skip to content

Commit

Permalink
Update native sdk version to 6.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoslin91 committed Dec 18, 2024
1 parent 7d40758 commit f32dc11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ implementation(platform("com.firework:firework-bom:$fireworkBomVersion"))

| Dependency | Version |
|:--------------------------------------------------|:--------|
| com.firework:sdk | 6.16.1 |
| com.firework.external.imageloading:glide | 6.16.1 |
| com.firework.external.imageloading:picasso | 6.16.1 |
| com.firework.external.livestream:multiHostPlayer | 6.16.1 |
| com.firework.external.livestream:singleHostPlayer | 6.16.1 |
| com.firework:sdk | 6.16.2 |
| com.firework.external.imageloading:glide | 6.16.2 |
| com.firework.external.imageloading:picasso | 6.16.2 |
| com.firework.external.livestream:multiHostPlayer | 6.16.2 |
| com.firework.external.livestream:singleHostPlayer | 6.16.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.16.1"
val fireworkSdkVersion = "6.16.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.12.12"
version = "2024.12.18"
}

fun MavenPublication.configurePom() {
Expand Down

0 comments on commit f32dc11

Please sign in to comment.