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
targets: apk
- platform: android-aab
os: ubuntu-latest
targets: aab
# - platform: android-aab
# os: ubuntu-latest
# targets: aab
# - platform: windows
# os: windows-2019
@@ -116,11 +116,7 @@ jobs:
channel: 'stable'
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
if: startsWith(matrix.platform,'android')
uses: actions/setup-java@v4
@@ -136,7 +132,11 @@ jobs:
add-to-path: 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
run: |
make ${{ matrix.platform }}-install-dependencies

Submodule libcore updated: bc48ec07a8...ffce04a04e