gkonovalov / android-vad

Android Voice Activity Detection (VAD) library. Supports WebRTC VAD GMM, Silero VAD DNN, Yamnet VAD DNN models.
MIT License
261 stars 60 forks source link

exclude andoridx.appcompat #4

Closed yueqianzhang closed 3 years ago

yueqianzhang commented 4 years ago

implementation ('com.github.gkonovalov:android-vad:1.0.0') { exclude group: 'androidx.appcompat', module: 'appcompat' }

gkonovalov commented 3 years ago

@yueqianzhang Thank you for noticing. I will remove this package from VAD library.