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 3. Declaring repositories
Can someone please help me and let me know how to resolve this?