Skip to content

Commit

Permalink
chore(version): bump to 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Oct 22, 2024
1 parent 6816211 commit 252c110
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
==========

Version 1.8.4
-------------

## Dependencies:

- srt 1.5.3
- openssl 3.0.9

## Refactor:

- Put the native libraries in a single fat library to avoid conflicts with other libraries

Version 1.8.3
-------------

Expand All @@ -18,7 +30,6 @@ Version 1.8.3
- Coroutine socket: fix `equals` implementation
- Coroutine socket: fix remote disconnect detection


Version 1.8.2
-------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Get srtdroid latest artifacts on MavenCentral.

```gradle
dependencies {
implementation 'io.github.thibaultbee.srtdroid:srtdroid-core:1.8.3'
implementation 'io.github.thibaultbee.srtdroid:srtdroid-core:1.8.4'
// If you use Kotlin Coroutines, you can use srtdroid-ktx
implementation 'io.github.thibaultbee.srtdroid:srtdroid-ktx:1.8.3'
implementation 'io.github.thibaultbee.srtdroid:srtdroid-ktx:1.8.4'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

allprojects {
group = "io.github.thibaultbee.srtdroid"
version = "1.8.3"
version = "1.8.4"
}

subprojects {
Expand Down

0 comments on commit 252c110

Please sign in to comment.