Web Opac: Use srclibs to fix additional permissions
This commit is contained in:
parent
18c3526ce1
commit
8b41c8c547
|
@ -956,6 +956,26 @@ Build:5.0.6,164
|
|||
sed -i -e '/support-v4/acompile "com.commonsware.cwac:adapter:1.0.1"' build.gradle
|
||||
preassemble=downloadJson
|
||||
|
||||
Build:5.0.7,165
|
||||
disable=wait for upstream
|
||||
commit=5.0.7
|
||||
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
|
||||
to deploy.
|
||||
.
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:5.0.6
|
||||
|
|
Loading…
Reference in a new issue