Location Privacy: reduce diffoscope install from 500MB to 50MB

The install timed out, I guess the internet was slow.
This commit is contained in:
Hans-Christoph Steiner 2019-10-03 12:41:19 +02:00
parent 8cf36a05c8
commit 8c619a77ad
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -46,8 +46,9 @@ Builds:
- versionName: 0.3.1
versionCode: 31
commit: 0.3.1
timeout: 2000
subdir: app
sudo: apt-get -qy install --install-recommends -t stretch-backports diffoscope
sudo: apt-get -qy install --no-install-recommends -t stretch-backports diffoscope apktool enjarify unzip xxd
gradle:
- yes
prebuild: echo 'android.lintOptions.checkReleaseBuilds false' >> build.gradle