diff --git a/metadata/ee.ioc.phon.android.speak.txt b/metadata/ee.ioc.phon.android.speak.txt index 8ab43b6a41..4ed9006f06 100644 --- a/metadata/ee.ioc.phon.android.speak.txt +++ b/metadata/ee.ioc.phon.android.speak.txt @@ -73,6 +73,19 @@ Build:1.2.06,1206 popd scandelete=net-speech-api/target/ +Build:1.4.08,1408 + disable=build changed + commit=v1.4.08 + subdir=app + submodules=yes + gradle=yes + prebuild=sed -i -e '/commandLine/s|mvn|$$MVN3$$|g' ../other.gradle && \ + pushd ../ && \ + gradle -b other.gradle clean && \ + gradle -b other.gradle makeNetSpeechApi && \ + popd + scandelete=net-speech-api/target/ + Maintainer Notes: We shouldn't build the net-speech-lib in prebuild, however build= will perform gradle checks _BEFORE_ building the lib. This will break for the main project,