Update Web Opac to 5.1.0 (170)

This commit is contained in:
F-Droid Builder 2017-04-29 04:12:29 +01:00 committed by Ciaran Gultnieks
parent a4d46c8b94
commit a96d1d983a

View file

@ -1022,6 +1022,19 @@ Build:5.0.11,169
sed -i -e '/adapter/d' -e '/wakeful/d' -e '/endless/d' build.gradle
preassemble=downloadJson
Build:5.1.0,170
commit=5.1.0
subdir=opacclient/opacapp
submodules=yes
gradle=yes
srclibs=CWACAdapter@v1.0.1,CWACWakeful@v1.0.5,Endless@v1.2.3
rm=opacclient/opacapp/libs/*.jar
prebuild=cp -fR $$CWACAdapter$$/src/com src/main/java/ && \
cp -fR $$CWACWakeful$$/wakeful/src/com src/main/java/ && \
cp -fR $$Endless$$/src/com src/main/java/ && \
sed -i -e '/adapter/d' -e '/wakeful/d' -e '/endless/d' build.gradle
preassemble=downloadJson
Maintainer Notes:
Using commonsware maven dependencies adds READ_PHONE_STATE permission; building
the source directly fixes this but might break more easily. Wait for next release
@ -1030,5 +1043,5 @@ to deploy.
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:5.0.11
Current Version Code:169
Current Version:5.1.0
Current Version Code:170