File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Supported protocols:
2323Adds the following dependency to your project:
2424
2525``` kotlin
26- implementation(" io.github.thibaultbee.krtmp:rtmp:1.0 .0" )
26+ implementation(" io.github.thibaultbee.krtmp:rtmp:0.9 .0" )
2727```
2828
2929## Usage
@@ -100,7 +100,7 @@ Features:
100100Adds the following dependencies to your project:
101101
102102``` kotlin
103- implementation(" io.github.thibaultbee.krtmp:flv:1.0 .0" )
103+ implementation(" io.github.thibaultbee.krtmp:flv:0.9 .0" )
104104```
105105
106106## Usage
@@ -159,7 +159,7 @@ details.
159159Then, adds the following dependencies to your project:
160160
161161``` kotlin
162- implementation(" io.github.thibaultbee.krtmp:amf:1.0 .0" )
162+ implementation(" io.github.thibaultbee.krtmp:amf:0.9 .0" )
163163```
164164
165165## Usage
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ plugins {
1616
1717allprojects {
1818 group = " io.github.thibaultbee.krtmp"
19- version = " 1.0 .0"
19+ version = " 0.9 .0"
2020}
2121
2222subprojects {
You can’t perform that action at this time.
0 commit comments