Skip to content

Commit d648a3a

Browse files
author
gkonovalov
committed
Split libraries to different modules and added Yamnet VAD.
1 parent c614902 commit d648a3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ dependencies {
240240
#### Yamnet VAD
241241
```groovy
242242
dependencies {
243-
implementation 'com.github.gkonovalov.android-vad:yamnet:1.0.0'
243+
implementation 'com.github.gkonovalov.android-vad:yamnet:2.0.3'
244244
}
245245
```
246246
You also can download precompiled AAR library and APK files from

yamnet/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
defaultConfig {
1212
minSdkVersion 23
1313
targetSdkVersion 33
14-
versionCode 1
15-
versionName "1.0.0"
14+
versionCode 9
15+
versionName "2.0.3"
1616

1717
setProperty("archivesBaseName", "android-vad-yamnet-v" + versionName)
1818

0 commit comments

Comments
 (0)