From 62578f6aca9787dd41acce7d6c4f3880757e34da Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 9 Oct 2019 20:31:23 +0200 Subject: [PATCH] LocationPrivacy: include missing dep for Debian-based build For some reason, installing diffoscope breaks the Debian/stretch versions of gradle and gradle android plugin, adding this package fixes it. --- metadata/info.guardianproject.locationprivacy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/info.guardianproject.locationprivacy.yml b/metadata/info.guardianproject.locationprivacy.yml index f9ae209a99..d55488d907 100644 --- a/metadata/info.guardianproject.locationprivacy.yml +++ b/metadata/info.guardianproject.locationprivacy.yml @@ -49,7 +49,7 @@ Builds: timeout: 2000 subdir: app sudo: apt-get -qy install --no-install-recommends -t stretch-backports diffoscope - apktool enjarify unzip xxd + apktool enjarify libstringtemplate4-java unzip xxd gradle: - yes prebuild: echo 'android.lintOptions.checkReleaseBuilds false' >> build.gradle