File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22==========
33
4+
5+ Version 1.9.1
6+ -------------
7+
8+ ## Dependencies:
9+
10+ - srt 1.5.4
11+ - openssl 3.0.9
12+
13+ ## Bug fixes:
14+
15+ - Fix the exception when ` CoroutineSrtSocket ` is closed during a connection
16+
417Version 1.9.0
518-------------
619
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ Get srtdroid latest artifacts on MavenCentral.
1616
1717``` gradle
1818dependencies {
19- implementation 'io.github.thibaultbee.srtdroid:srtdroid-core:1.9.0 '
19+ implementation 'io.github.thibaultbee.srtdroid:srtdroid-core:1.9.1 '
2020 // If you use Kotlin Coroutines, you can use srtdroid-ktx
21- implementation 'io.github.thibaultbee.srtdroid:srtdroid-ktx:1.9.0 '
21+ implementation 'io.github.thibaultbee.srtdroid:srtdroid-ktx:1.9.1 '
2222}
2323```
2424
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
1212
1313allprojects {
1414 group = " io.github.thibaultbee.srtdroid"
15- version = " 1.9.0 "
15+ version = " 1.9.1 "
1616}
1717
1818subprojects {
You can’t perform that action at this time.
0 commit comments