Kaljurand / K6nele

An Android app that offers speech-to-text user interfaces to other apps
http://kaljurand.github.io/K6nele/
Apache License 2.0
271 stars 82 forks source link

Build net-speech-api from source #37

Closed ghost closed 9 years ago

ghost commented 9 years ago

Jar files are binaries that shouldn't be inside the repository. Could you wire it up to build from the souce code (e.g. using submodules) or push net-speech-api to mavenCentral?

Kaljurand commented 9 years ago

net-speech-api is now built from the submodule. Installation instructions were updated in the README to be:

git clone --recursive git@github.com:Kaljurand/K6nele.git
cd K6nele
gradle -b other.gradle makeNetSpeechApi
gradle assembleRelease

This is available in https://github.com/Kaljurand/K6nele/releases/tag/v1.2.06.

ghost commented 9 years ago

See https://gitlab.com/fdroid/fdroiddata/commit/4797003c4cdbd443bbff74bd60ae1952a495e675 and https://gitlab.com/fdroid/fdroiddata/commit/aeb74dd11a827d3a1a08246a8c9ac783e377a94c .