Update Web Opac to 5.3.0 (185)
This commit is contained in:
parent
8a70c0c03e
commit
5b82ef32d4
|
@ -1205,6 +1205,18 @@ Build:5.2.6,184
|
||||||
sed -i -e '/adapter/d' -e '/wakeful/d' -e '/endless/d' build.gradle
|
sed -i -e '/adapter/d' -e '/wakeful/d' -e '/endless/d' build.gradle
|
||||||
preassemble=downloadJson
|
preassemble=downloadJson
|
||||||
|
|
||||||
|
Build:5.3.0,185
|
||||||
|
commit=5.3.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 '/wakeful/d' -e '/endless/d' build.gradle
|
||||||
|
preassemble=downloadJson
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Using commonsware maven dependencies adds READ_PHONE_STATE permission; building
|
Using commonsware maven dependencies adds READ_PHONE_STATE permission; building
|
||||||
the source directly fixes this but might break more easily. Wait for next release
|
the source directly fixes this but might break more easily. Wait for next release
|
||||||
|
@ -1213,5 +1225,5 @@ to deploy.
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:5.2.6
|
Current Version:5.3.0
|
||||||
Current Version Code:184
|
Current Version Code:185
|
||||||
|
|
Loading…
Reference in a new issue