switch to newer jadx version

This commit is contained in:
Sebastian Bachmann 2018-05-01 13:08:46 +02:00
parent bcf0f20a30
commit c19740015e

View File

@ -2,9 +2,9 @@ language: python
# Download jadx decompiler
before_script:
- wget https://github.com/skylot/jadx/releases/download/v0.6.1/jadx-0.6.1.zip -O /tmp/jadx-0.6.1.zip
- unzip /tmp/jadx-0.6.1.zip -d jadx-0.6.1
- export PATH=$PATH:$PWD/jadx-0.6.1/bin
- wget https://github.com/skylot/jadx/releases/download/v0.7.1/jadx-0.7.1.zip -O /tmp/jadx-0.7.1.zip
- unzip /tmp/jadx-0.7.1.zip -d jadx-0.7.1
- export PATH=$PATH:$PWD/jadx-0.7.1/bin
python:
- "3.6"