mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Vector Camera to 1.7.0
This commit is contained in:
parent
079dd51138
commit
b8b93d138b
1 changed files with 14 additions and 3 deletions
|
|
@ -136,9 +136,20 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
MaintainerNotes: The libvpx build is documented by upstream <a href="https://github.com/dozingcat/VectorCamera/blob/master/README-libvpx.md">here</a>.
|
- versionName: 1.7.0
|
||||||
|
versionCode: 14
|
||||||
|
commit: v1.7.0
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y libncurses5
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
MaintainerNotes: libncurses5 is needed by the RenderScript compiler. The libvpx build
|
||||||
|
(not needed in 1.5.0 and later) is documented by upstream <a href="https://github.com/dozingcat/VectorCamera/blob/fa48daf8dc080fd03eb9311c0342b81b41f345e8/README-libvpx.md">here</a>.
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.6.0
|
CurrentVersion: 1.7.0
|
||||||
CurrentVersionCode: 13
|
CurrentVersionCode: 14
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue