diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83e36aa9..ccccecb9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/libcore b/libcore index bc48ec07..ffce04a0 160000 --- a/libcore +++ b/libcore @@ -1 +1 @@ -Subproject commit bc48ec07a8cb85c43a8794b8780c7f732af010d1 +Subproject commit ffce04a04ec4bda26ad83fe0b054c1137928dfa5