mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Web Opac to 6.4.3 (233)
This commit is contained in:
parent
08ca818c27
commit
609eaa9a56
1 changed files with 22 additions and 2 deletions
|
|
@ -2807,6 +2807,26 @@ Builds:
|
|||
preassemble:
|
||||
- downloadJson
|
||||
|
||||
- versionName: 6.4.3
|
||||
versionCode: 233
|
||||
commit: 8b94e456e034465dcfa23d8b71dc7b5042960ba2
|
||||
subdir: opacclient/opacapp
|
||||
submodules: true
|
||||
gradle:
|
||||
- foss
|
||||
srclibs:
|
||||
- CWACAdapterFork@v1.0.1
|
||||
- EndlessFork@v1.2.3
|
||||
rm:
|
||||
- opacclient/opacapp/libs/*.jar
|
||||
- tools/bcprov-jdk15on-146.jar
|
||||
prebuild:
|
||||
- cp -fR $$CWACAdapterFork$$/src/com src/main/java/
|
||||
- cp -fR $$EndlessFork$$/src/com src/main/java/
|
||||
- sed -i -e '/adapter/d' -e '/endless/d' build.gradle
|
||||
preassemble:
|
||||
- downloadJson
|
||||
|
||||
MaintainerNotes: |-
|
||||
Using commonsware maven dependencies adds READ_PHONE_STATE permission; building
|
||||
the source directly fixes this but might break more easily. Wait for next release
|
||||
|
|
@ -2814,5 +2834,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 6.4.2
|
||||
CurrentVersionCode: 232
|
||||
CurrentVersion: 6.4.3
|
||||
CurrentVersionCode: 233
|
||||
|
|
|
|||
Loading…
Reference in a new issue