1 parent 4a83641 commit cae73cfCopy full SHA for cae73cf
2 files changed
README.md
@@ -29,10 +29,10 @@ Kopus is a lightweight Kotlin Multiplatform wrapper for the [Opus audio codec](h
29
```kotlin
30
dependencies {
31
// Standard version
32
- implementation("eu.buney.kopus:kopus:1.6.1")
+ implementation("eu.buney.kopus:kopus:1.6.1.1")
33
34
// Full version with DRED/OSCE/QEXT (larger binary size)
35
- implementation("eu.buney.kopus:kopus-full:1.6.1")
+ implementation("eu.buney.kopus:kopus-full:1.6.1.1")
36
}
37
```
38
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
agp = "9.0.0"
3
composeCharts = "0.2.0"
4
-kopus = "1.6.1"
+kopus = "1.6.1.1"
5
kotlin = "2.3.0"
6
android-compileSdk = "36"
7
android-minSdk = "26"
0 commit comments