Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Download the [signed APK](https://github.com/soniqo/speech-android/releases/late

```kotlin
dependencies {
implementation("audio.soniqo:speech:0.0.15")
implementation("audio.soniqo:speech:0.0.16")
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Lade das [signierte APK](https://github.com/soniqo/speech-android/releases/lates

```kotlin
dependencies {
implementation("audio.soniqo:speech:0.0.15")
implementation("audio.soniqo:speech:0.0.16")
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Descarga el [APK firmado](https://github.com/soniqo/speech-android/releases/late

```kotlin
dependencies {
implementation("audio.soniqo:speech:0.0.15")
implementation("audio.soniqo:speech:0.0.16")
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Téléchargez l'[APK signé](https://github.com/soniqo/speech-android/releases/l

```kotlin
dependencies {
implementation("audio.soniqo:speech:0.0.15")
implementation("audio.soniqo:speech:0.0.16")
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_hi.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ val config = SpeechConfig(

```kotlin
dependencies {
implementation("audio.soniqo:speech:0.0.15")
implementation("audio.soniqo:speech:0.0.16")
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ val config = SpeechConfig(

```kotlin
dependencies {
implementation("audio.soniqo:speech:0.0.15")
implementation("audio.soniqo:speech:0.0.16")
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ val config = SpeechConfig(

```kotlin
dependencies {
implementation("audio.soniqo:speech:0.0.15")
implementation("audio.soniqo:speech:0.0.16")
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Baixe o [APK assinado](https://github.com/soniqo/speech-android/releases/latest/

```kotlin
dependencies {
implementation("audio.soniqo:speech:0.0.15")
implementation("audio.soniqo:speech:0.0.16")
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ val config = SpeechConfig(

```kotlin
dependencies {
implementation("audio.soniqo:speech:0.0.15")
implementation("audio.soniqo:speech:0.0.16")
}
```

Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ val config = SpeechConfig(

```kotlin
dependencies {
implementation("audio.soniqo:speech:0.0.15")
implementation("audio.soniqo:speech:0.0.16")
}
```

Expand Down
Loading