Skip to content

Commit

Permalink
Split libraries to different modules and added Yamnet VAD.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkonovalov committed Jun 30, 2023
1 parent c614902 commit d648a3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ dependencies {
#### Yamnet VAD
```groovy
dependencies {
implementation 'com.github.gkonovalov.android-vad:yamnet:1.0.0'
implementation 'com.github.gkonovalov.android-vad:yamnet:2.0.3'
}
```
You also can download precompiled AAR library and APK files from
Expand Down
4 changes: 2 additions & 2 deletions yamnet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 33
versionCode 1
versionName "1.0.0"
versionCode 9
versionName "2.0.3"

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

Expand Down

0 comments on commit d648a3a

Please sign in to comment.