release 0.0.6
This commit is contained in:
parent
30bf5fefe9
commit
06f8bc7ef2
@ -18,7 +18,7 @@ And add dependecy to the proper place in yuor project like this:
|
|||||||
```kotlin
|
```kotlin
|
||||||
dependencies {
|
dependencies {
|
||||||
// ...
|
// ...
|
||||||
implementation("net.sergeych:mp_bintools:0.0.4")
|
implementation("net.sergeych:mp_bintools:0.0.6")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ plugins {
|
|||||||
val serialization_version = "1.3.4"
|
val serialization_version = "1.3.4"
|
||||||
|
|
||||||
group = "net.sergeych"
|
group = "net.sergeych"
|
||||||
version = "0.0.6-SNAPSHOT"
|
version = "0.0.6"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
@ -59,6 +59,7 @@ fun ByteArray.toDataSource(): DataSource =
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Suppress("unused")
|
||||||
fun UByteArray.toDataSource(): DataSource =
|
fun UByteArray.toDataSource(): DataSource =
|
||||||
object : DataSource {
|
object : DataSource {
|
||||||
var position = 0
|
var position = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user