This commit is contained in:
hiddify-com
2024-05-31 22:00:49 +02:00
parent 6b65984bed
commit fad6e189e2
2 changed files with 10 additions and 10 deletions

View File

@@ -63,9 +63,9 @@ jobs:
os: ubuntu-latest os: ubuntu-latest
targets: apk targets: apk
- platform: android-aab # - platform: android-aab
os: ubuntu-latest # os: ubuntu-latest
targets: aab # targets: aab
# - platform: windows # - platform: windows
# os: windows-2019 # os: windows-2019
@@ -116,11 +116,7 @@ jobs:
channel: 'stable' channel: 'stable'
cache: true cache: true
- name: Setup Gradle 8.5
if: startsWith(matrix.platform,'android')
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 8.1
- name: Setup Java - name: Setup Java
if: startsWith(matrix.platform,'android') if: startsWith(matrix.platform,'android')
uses: actions/setup-java@v4 uses: actions/setup-java@v4
@@ -136,7 +132,11 @@ jobs:
add-to-path: true add-to-path: true
link-to-sdk: true link-to-sdk: true
- name: Setup Gradle 8.1
if: startsWith(matrix.platform,'android')
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 8.1
- name: Setup dependencies - name: Setup dependencies
run: | run: |
make ${{ matrix.platform }}-install-dependencies make ${{ matrix.platform }}-install-dependencies

Submodule libcore updated: bc48ec07a8...ffce04a04e