just-ai / aimybox-android-sdk

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

Kaldi Speechkit Dependency #99

Closed taschwer closed 3 years ago

taschwer commented 3 years ago

I cannot build a project using aimybox because I get the following gradle build error: "Could not GET 'https://dl.bintray.com/alphacep/vosk/com/alphacep/vosk-android/0.3.17/vosk-android-0.3.17.pom'. Received status code 403 from server: Forbidden Disable Gradle 'offline mode' and sync project" Gradle offline mode is already disabled so that cannot be the problem. You use the the dependency mentioned above in the Kaldi Speechkit of your SDK. Please update the Vosk dependency to a newer version. Vosk has newer versions of the library hosted on https://alphacephei.com/maven.

bgubanov commented 3 years ago

Hello. We are aware of the problem, a new version of sdk will be released soon.

taschwer commented 3 years ago

Thanks

bgubanov commented 3 years ago

Hello. A new 0.16.5 version is available from mavenCentral. You can get it with implementation("com.just-ai.aimybox:kaldi-speechkit:0.16.5")

taschwer commented 3 years ago

Thank you