From d237e4414ff7d227a3d4c1aa792f222b39b72343 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Wed, 23 Dec 2015 11:15:26 +0100 Subject: [PATCH] =?UTF-8?q?Don't=20update=20K=C3=B5nele=20to=201.4.08=20(1?= =?UTF-8?q?408):=20build=20changed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- metadata/ee.ioc.phon.android.speak.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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,