Update Barcode Scanner to 4.7.8 (108) and enable UCM
This commit is contained in:
parent
b4dbf318a1
commit
3fb7756bd0
|
@ -120,6 +120,15 @@ Build:4.7.7,107
|
||||||
build=$$MVN3$$ -Dmaven.jar.sign.skip=true -Dmaven.test.skip=true -Dandroid.sign.debug=false -Dandroid.release=true package && \
|
build=$$MVN3$$ -Dmaven.jar.sign.skip=true -Dmaven.test.skip=true -Dandroid.sign.debug=false -Dandroid.release=true package && \
|
||||||
zip -d android/target/android-$$VERSION$$-aligned.apk 'META-INF/*'
|
zip -d android/target/android-$$VERSION$$-aligned.apk 'META-INF/*'
|
||||||
|
|
||||||
|
Build:4.7.8,108
|
||||||
|
commit=BS-4.7.8
|
||||||
|
sudo=apt-get -y install -t jessie-backports maven
|
||||||
|
output=android/target/android-$$VERSION$$-aligned.apk
|
||||||
|
rm=core/src/test
|
||||||
|
prebuild=sed -i '/<application /a\ android:debuggable="false"' android/AndroidManifest.xml
|
||||||
|
build=$$MVN3$$ -Dmaven.jar.sign.skip=true -Dmaven.test.skip=true -Dandroid.sign.debug=false -Dandroid.release=true package && \
|
||||||
|
zip -d android/target/android-$$VERSION$$-aligned.apk 'META-INF/*'
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Enable AUM again once they switch to a sane build system, possibly gradle.
|
Enable AUM again once they switch to a sane build system, possibly gradle.
|
||||||
|
|
||||||
|
@ -128,6 +137,6 @@ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
||||||
.
|
.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:None
|
Update Check Mode:Tags
|
||||||
Current Version:4.7.7
|
Current Version:4.7.8
|
||||||
Current Version Code:107
|
Current Version Code:108
|
||||||
|
|
Loading…
Reference in a new issue