When I try to make the app from the demo app of deepspeech, I get a resolving error:
Could not determine the dependencies of task ‘:app:compileDebugJavaWithJavac’.
Could not resolve all task dependencies for configuration ‘:app:debugCompileClasspath’.
Could not find org.mozilla.deepspeech:libdeepspeech:0.9.3.
Required by:
project :appPossible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
Can someone please help me and let me know how to resolve this?