just-ai / aimybox-android-sdk

Voice assistant SDK for Android
https://aimybox.com
Apache License 2.0
74 stars 16 forks source link

could not head kaldi-speechkit depedency #111

Closed chinaandylee closed 2 years ago

chinaandylee commented 2 years ago

With configuration val kotlinVersion = "1.3.50" val aimyboxVersion = "0.16.8" val componentsVersion = "0.16.8" I sitll got the error “Could not HEAD 'https://kotlin.bintray.com/kotlinx/com/alphacephei/vosk-android/0.3.23/vosk-android-0.3.23.pom'. Received status code 403 from server: Forbidden”.

sriramsv commented 2 years ago

Add the following to your list of repositories and it should work after that maven("https://alphacephei.com/maven/")

chinaandylee commented 2 years ago

It works after adding maven("https://alphacephei.com/maven/"). Thank you!