From b8b93d138b2caf38452f1898745fae72ff5c74dc Mon Sep 17 00:00:00 2001 From: Brian Nenninger Date: Fri, 23 Dec 2022 02:40:44 +0000 Subject: [PATCH] Update Vector Camera to 1.7.0 --- metadata/com.dozingcatsoftware.vectorcamera.yml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/metadata/com.dozingcatsoftware.vectorcamera.yml b/metadata/com.dozingcatsoftware.vectorcamera.yml index 8529838c7d..a8acd4808c 100644 --- a/metadata/com.dozingcatsoftware.vectorcamera.yml +++ b/metadata/com.dozingcatsoftware.vectorcamera.yml @@ -136,9 +136,20 @@ Builds: gradle: - yes -MaintainerNotes: The libvpx build is documented by upstream here. + - 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 here. AutoUpdateMode: Version v%v UpdateCheckMode: Tags -CurrentVersion: 1.6.0 -CurrentVersionCode: 13 +CurrentVersion: 1.7.0 +CurrentVersionCode: 14