Barcode Scanner: also build android-core, use maven

This commit is contained in:
Daniel Martí 2014-05-23 11:29:47 +02:00
parent fb41d645b4
commit 0a81bb2694

View file

@ -84,9 +84,9 @@ Build:4.6.3,98
Build:4.6.4,99
commit=BS-4.6.4
subdir=android
target=android-19
prebuild=echo -e "java.source=7\njava.target=7" >> local.properties
build=$$MVN3$$ package -f ../core/pom.xml
maven=yes
build=$$MVN3$$ package -f ../core/pom.xml && \
$$MVN3$$ package -f ../android-core/pom.xml
Build:4.7.0,100
commit=BS-4.7.0