We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c614902 commit d648a3aCopy full SHA for d648a3a
README.md
@@ -240,7 +240,7 @@ dependencies {
240
#### Yamnet VAD
241
```groovy
242
dependencies {
243
- implementation 'com.github.gkonovalov.android-vad:yamnet:1.0.0'
+ implementation 'com.github.gkonovalov.android-vad:yamnet:2.0.3'
244
}
245
```
246
You also can download precompiled AAR library and APK files from
yamnet/build.gradle
@@ -11,8 +11,8 @@ android {
11
defaultConfig {
12
minSdkVersion 23
13
targetSdkVersion 33
14
- versionCode 1
15
- versionName "1.0.0"
+ versionCode 9
+ versionName "2.0.3"
16
17
setProperty("archivesBaseName", "android-vad-yamnet-v" + versionName)
18
0 commit comments