Skip to content

Commit cae73cf

Browse files
committed
Bump version to 1.6.1.1
1 parent 4a83641 commit cae73cf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Kopus is a lightweight Kotlin Multiplatform wrapper for the [Opus audio codec](h
2929
```kotlin
3030
dependencies {
3131
// Standard version
32-
implementation("eu.buney.kopus:kopus:1.6.1")
32+
implementation("eu.buney.kopus:kopus:1.6.1.1")
3333

3434
// Full version with DRED/OSCE/QEXT (larger binary size)
35-
implementation("eu.buney.kopus:kopus-full:1.6.1")
35+
implementation("eu.buney.kopus:kopus-full:1.6.1.1")
3636
}
3737
```
3838

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
agp = "9.0.0"
33
composeCharts = "0.2.0"
4-
kopus = "1.6.1"
4+
kopus = "1.6.1.1"
55
kotlin = "2.3.0"
66
android-compileSdk = "36"
77
android-minSdk = "26"

0 commit comments

Comments
 (0)