Update Web Opac to 6.0.4 (208)
This commit is contained in:
parent
6b17739d7a
commit
a834eefc82
|
@ -1493,6 +1493,19 @@ Build:6.0.3,207
|
|||
scandelete=opacclient/buildSrc
|
||||
preassemble=downloadJson
|
||||
|
||||
Build:6.0.4,208
|
||||
commit=6.0.4
|
||||
subdir=opacclient/opacapp
|
||||
submodules=yes
|
||||
gradle=foss
|
||||
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
|
||||
|
@ -1501,5 +1514,5 @@ to deploy.
|
|||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:6.0.3
|
||||
Current Version Code:207
|
||||
Current Version:6.0.4
|
||||
Current Version Code:208
|
||||
|
|
Loading…
Reference in a new issue