Location Privacy: reduce diffoscope install from 500MB to 50MB
The install timed out, I guess the internet was slow.
This commit is contained in:
parent
8cf36a05c8
commit
8c619a77ad
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue