mirror of
https://github.com/androguard/androguard.git
synced 2024-11-30 08:20:32 +00:00
switch to newer jadx version
This commit is contained in:
parent
bcf0f20a30
commit
c19740015e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user