Update Web Opac to 5.7.0 (201)
This commit is contained in:
parent
63e7d5c990
commit
040ac1fa73
|
@ -1402,6 +1402,19 @@ Build:5.6.2,200
|
|||
scandelete=opacclient/buildSrc
|
||||
preassemble=downloadJson
|
||||
|
||||
Build:5.7.0,201
|
||||
commit=5.7.0
|
||||
subdir=opacclient/opacapp
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
srclibs=CWACAdapter@v1.0.1,Endless@v1.2.3
|
||||
rm=opacclient/opacapp/libs/*.jar
|
||||
prebuild=cp -fR $$CWACAdapter$$/src/com src/main/java/ && \
|
||||
cp -fR $$Endless$$/src/com src/main/java/ && \
|
||||
sed -i -e '/adapter/d' -e '/endless/d' build.gradle
|
||||
scandelete=opacclient/buildSrc
|
||||
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
|
||||
|
@ -1410,5 +1423,5 @@ to deploy.
|
|||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:5.6.2
|
||||
Current Version Code:200
|
||||
Current Version:5.7.0
|
||||
Current Version Code:201
|
||||
|
|
Loading…
Reference in a new issue