Skip to content

Commit

Permalink
Release version 2024.09.27 (#27)
Browse files Browse the repository at this point in the history
**What**

<!-- What did change with this PR -->

-

**Why**

<!-- Why is this change is needed - Jira ticket (ASDK-xxx) or Github
Issue (#xxx) -->

- ASDK-xxx or #xxx

**How**

<!-- How did you solve the issue, like refactoring steps or newly
created layouts -->

-

**Screenshots**
<!-- Before and After screenshots if it is a UI change -->

|  Before   |   After   |
|-----------|-----------|
|   image   |   image   |
  • Loading branch information
eggsy-firework authored Sep 27, 2024
1 parent 2ebdcd5 commit 11676db
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.09.12"
val fireworkBomVersion = "2024.09.27"
implementation(platform("com.firework:firework-bom:$fireworkBomVersion"))
```

### Dependencies versions

| Dependency | Version |
|:--------------------------------------------------|:--------|
| com.firework:sdk | 6.14.1 |
| com.firework.external.imageloading:glide | 6.14.1 |
| com.firework.external.imageloading:picasso | 6.14.1 |
| com.firework.external.livestream:multiHostPlayer | 6.14.1 |
| com.firework.external.livestream:singleHostPlayer | 6.14.1 |
| com.firework:sdk | 6.14.2 |
| com.firework.external.imageloading:glide | 6.14.2 |
| com.firework.external.imageloading:picasso | 6.14.2 |
| com.firework.external.livestream:multiHostPlayer | 6.14.2 |
| com.firework.external.livestream:singleHostPlayer | 6.14.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.1"
val fireworkSdkVersion = "6.14.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.09.12"
version = "2024.09.27"
}

fun MavenPublication.configurePom() {
Expand Down

0 comments on commit 11676db

Please sign in to comment.