mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
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.
This commit is contained in:
parent
9871b85bd9
commit
62578f6aca
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue