Update Barcode Scanner to 4.7.7 (107)
This commit is contained in:
parent
67d0c26c39
commit
fd6f081d2a
|
@ -110,6 +110,15 @@ Build:4.7.6,106
|
||||||
$$MVN3$$ install -f ../android-core/pom.xml -Dmaven.test.skip=true && \
|
$$MVN3$$ install -f ../android-core/pom.xml -Dmaven.test.skip=true && \
|
||||||
$$MVN3$$ install -f ../pom.xml -Dmaven.test.skip=true
|
$$MVN3$$ install -f ../pom.xml -Dmaven.test.skip=true
|
||||||
|
|
||||||
|
Build:4.7.7,107
|
||||||
|
commit=BS-4.7.7
|
||||||
|
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.
|
||||||
|
|
||||||
|
@ -119,5 +128,5 @@ 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:None
|
||||||
Current Version:4.7.6
|
Current Version:4.7.7
|
||||||
Current Version Code:106
|
Current Version Code:107
|
||||||
|
|
Loading…
Reference in a new issue