diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 903b6408..156a85e2 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -11,11 +11,11 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ 3.6, 3.7, 3.8, 3.9 ] + python-version: [ 3.7, 3.8, 3.9, '3.10' ] os: [ macOS-latest ] env: - APKTOOL_VERSION: 2.5.0 - BUILD_TOOLS_VERSION: 30.0.2 + APKTOOL_VERSION: 2.6.0 + BUILD_TOOLS_VERSION: 32.0.0 steps: - name: Checkout repository @@ -40,7 +40,7 @@ jobs: sudo wget -q "https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_${APKTOOL_VERSION}.jar" -O /usr/local/bin/apktool.jar sudo chmod a+x /usr/local/bin/apktool.jar # Install BundleDecompiler. - sudo wget -q https://github.com/TamilanPeriyasamy/BundleDecompiler/raw/master/build/libs/BundleDecompiler-0.0.2.jar -O /usr/local/bin/BundleDecompiler.jar + sudo wget -q https://raw.githubusercontent.com/TamilanPeriyasamy/BundleDecompiler/master/build/libs/BundleDecompiler-0.0.2.jar -O /usr/local/bin/BundleDecompiler.jar sudo chmod a+x /usr/local/bin/BundleDecompiler.jar - name: Run tests diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index fb04bba6..52d888f6 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-python@v2 with: - python-version: 3.9 + python-version: '3.10' architecture: x64 - run: pip install black diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index f8d95f3f..4fdee20a 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -11,11 +11,11 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ 3.6, 3.7, 3.8, 3.9 ] + python-version: [ 3.7, 3.8, 3.9, '3.10' ] os: [ ubuntu-latest ] env: - APKTOOL_VERSION: 2.5.0 - BUILD_TOOLS_VERSION: 30.0.2 + APKTOOL_VERSION: 2.6.0 + BUILD_TOOLS_VERSION: 32.0.0 steps: - name: Checkout repository @@ -39,7 +39,8 @@ jobs: sudo chmod a+x /usr/local/bin/apktool sudo wget -q "https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_${APKTOOL_VERSION}.jar" -O /usr/local/bin/apktool.jar sudo chmod a+x /usr/local/bin/apktool.jar - sudo wget -q https://github.com/TamilanPeriyasamy/BundleDecompiler/raw/master/build/libs/BundleDecompiler-0.0.2.jar -O /usr/local/bin/BundleDecompiler.jar + # Install BundleDecompiler. + sudo wget -q https://raw.githubusercontent.com/TamilanPeriyasamy/BundleDecompiler/master/build/libs/BundleDecompiler-0.0.2.jar -O /usr/local/bin/BundleDecompiler.jar sudo chmod a+x /usr/local/bin/BundleDecompiler.jar - name: Run tests diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a561b6bc..b3149313 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -11,11 +11,11 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ 3.6, 3.7, 3.8, 3.9 ] + python-version: [ 3.7, 3.8, 3.9, '3.10' ] os: [ windows-latest ] env: - APKTOOL_VERSION: 2.5.0 - BUILD_TOOLS_VERSION: 30.0.2 + APKTOOL_VERSION: 2.6.0 + BUILD_TOOLS_VERSION: 32.0.0 steps: - name: Checkout repository diff --git a/src/requirements.txt b/src/requirements.txt index 45befef6..26b6eead 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,5 +1,5 @@ -pycryptodome==3.9.9 -pytest-cov==2.10.1 -tqdm==4.54.1 -vt-py==0.6.1 -Yapsy==1.12.2 \ No newline at end of file +pycryptodome==3.12.0 +pytest-cov==3.0.0 +tqdm==4.62.3 +vt-py==0.13.0 +Yapsy==1.12.2