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
|
||||
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"
|
||||
|
||||
group = "net.sergeych"
|
||||
version = "0.0.6-SNAPSHOT"
|
||||
version = "0.0.6"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
@ -59,6 +59,7 @@ fun ByteArray.toDataSource(): DataSource =
|
||||
}
|
||||
}
|
||||
|
||||
@Suppress("unused")
|
||||
fun UByteArray.toDataSource(): DataSource =
|
||||
object : DataSource {
|
||||
var position = 0
|
||||
|
Loading…
Reference in New Issue
Block a user