Skip to content

Commit 347fd58

Browse files
committed
Updated libs version number
1 parent dfaa3b0 commit 347fd58

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ Kotlin example:
291291

292292
## Requirements
293293
#### Android API
294-
WebRTC VAD - Android **API 16** and later.
295-
Silero VAD - Android **API 21** and later.
294+
WebRTC VAD - Android **API 21** and later.
295+
Silero VAD - Android **API 24** and later.
296296
Yamnet VAD - Android **API 23** and later.
297297
#### JDK
298298
JDK **8** or later.
@@ -315,21 +315,21 @@ allprojects {
315315
#### WebRTC VAD
316316
```groovy
317317
dependencies {
318-
implementation 'com.github.gkonovalov.android-vad:webrtc:2.0.9'
318+
implementation 'com.github.gkonovalov.android-vad:webrtc:2.0.10'
319319
}
320320
```
321321

322322
#### Silero VAD
323323
```groovy
324324
dependencies {
325-
implementation 'com.github.gkonovalov.android-vad:silero:2.0.9'
325+
implementation 'com.github.gkonovalov.android-vad:silero:2.0.10'
326326
}
327327
```
328328

329329
#### Yamnet VAD
330330
```groovy
331331
dependencies {
332-
implementation 'com.github.gkonovalov.android-vad:yamnet:2.0.9'
332+
implementation 'com.github.gkonovalov.android-vad:yamnet:2.0.10'
333333
}
334334
```
335335
You also can download precompiled AAR library and APK files from GitHub's [releases page](https://github.com/gkonovalov/android-vad/releases).

0 commit comments

Comments
 (0)