Update Vector Camera to 1.7.0

This commit is contained in:
Brian Nenninger 2022-12-23 02:40:44 +00:00 committed by linsui
parent 079dd51138
commit b8b93d138b

View file

@ -136,9 +136,20 @@ Builds:
gradle:
- 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
UpdateCheckMode: Tags
CurrentVersion: 1.6.0
CurrentVersionCode: 13
CurrentVersion: 1.7.0
CurrentVersionCode: 14