This repository was archived by the owner on Jul 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +18
-17
lines changed
Expand file tree Collapse file tree 5 files changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 strategy :
1212 fail-fast : false
1313 matrix :
14- python-version : [ 3.6 , 3.7 , 3.8, 3.9 ]
14+ python-version : [ 3.7 , 3.8 , 3.9, '3.10' ]
1515 os : [ macOS-latest ]
1616 env :
17- APKTOOL_VERSION : 2.5 .0
18- BUILD_TOOLS_VERSION : 30 .0.2
17+ APKTOOL_VERSION : 2.6 .0
18+ BUILD_TOOLS_VERSION : 32 .0.0
1919
2020 steps :
2121 - name : Checkout repository
4040 sudo wget -q "https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_${APKTOOL_VERSION}.jar" -O /usr/local/bin/apktool.jar
4141 sudo chmod a+x /usr/local/bin/apktool.jar
4242 # Install BundleDecompiler.
43- sudo wget -q https://github. com/TamilanPeriyasamy/BundleDecompiler/raw /master/build/libs/BundleDecompiler-0.0.2.jar -O /usr/local/bin/BundleDecompiler.jar
43+ sudo wget -q https://raw.githubusercontent. com/TamilanPeriyasamy/BundleDecompiler/master/build/libs/BundleDecompiler-0.0.2.jar -O /usr/local/bin/BundleDecompiler.jar
4444 sudo chmod a+x /usr/local/bin/BundleDecompiler.jar
4545
4646 - name : Run tests
Original file line number Diff line number Diff line change 1515
1616 - uses : actions/setup-python@v2
1717 with :
18- python-version : 3.9
18+ python-version : ' 3.10 '
1919 architecture : x64
2020
2121 - run : pip install black
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 strategy :
1212 fail-fast : false
1313 matrix :
14- python-version : [ 3.6 , 3.7 , 3.8, 3.9 ]
14+ python-version : [ 3.7 , 3.8 , 3.9, '3.10' ]
1515 os : [ ubuntu-latest ]
1616 env :
17- APKTOOL_VERSION : 2.5 .0
18- BUILD_TOOLS_VERSION : 30 .0.2
17+ APKTOOL_VERSION : 2.6 .0
18+ BUILD_TOOLS_VERSION : 32 .0.0
1919
2020 steps :
2121 - name : Checkout repository
3939 sudo chmod a+x /usr/local/bin/apktool
4040 sudo wget -q "https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_${APKTOOL_VERSION}.jar" -O /usr/local/bin/apktool.jar
4141 sudo chmod a+x /usr/local/bin/apktool.jar
42- sudo wget -q https://github.com/TamilanPeriyasamy/BundleDecompiler/raw/master/build/libs/BundleDecompiler-0.0.2.jar -O /usr/local/bin/BundleDecompiler.jar
42+ # Install BundleDecompiler.
43+ sudo wget -q https://github.com/TamilanPeriyasamy/BundleDecompiler/master/build/libs/BundleDecompiler-0.0.2.jar -O /usr/local/bin/BundleDecompiler.jar
4344 sudo chmod a+x /usr/local/bin/BundleDecompiler.jar
4445
4546 - name : Run tests
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 strategy :
1212 fail-fast : false
1313 matrix :
14- python-version : [ 3.6 , 3.7 , 3.8, 3.9 ]
14+ python-version : [ 3.7 , 3.8 , 3.9, '3.10' ]
1515 os : [ windows-latest ]
1616 env :
17- APKTOOL_VERSION : 2.5 .0
18- BUILD_TOOLS_VERSION : 30 .0.2
17+ APKTOOL_VERSION : 2.6 .0
18+ BUILD_TOOLS_VERSION : 32 .0.0
1919
2020 steps :
2121 - name : Checkout repository
Original file line number Diff line number Diff line change 1- pycryptodome == 3.9.9
2- pytest-cov == 2.10.1
3- tqdm == 4.54.1
4- vt-py == 0.6.1
5- Yapsy == 1.12.2
1+ pycryptodome == 3.12.0
2+ pytest-cov == 3.0.0
3+ tqdm == 4.62.3
4+ vt-py == 0.13.0
5+ Yapsy == 1.12.2
You can’t perform that action at this time.
0 commit comments