bsc

Comprehensive codebase and cou...
Log | Files | Refs | Activity | README | LICENSE

commit ad11925cc545c875b01629b3eb250369381449d7
parent 711950c212f1e4d574f2dfa72abe46445fe24128
Author: Amit Dutta <mail@amit.is-a.dev>
Date:   Fri, 28 Aug 2026 13:35:13 +0530

Merge pull request #101 from notamitgamer/copilot/fix-build-apk-job

[WIP] Fix failing GitHub Actions job build-apk
Diffstat:
M.github/workflows/build-apk.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml @@ -65,11 +65,11 @@ jobs: # ubuntu-latest ships with Android SDK + a JDK preinstalled, so no # extra SDK download step is needed here. - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: '17' + java-version: '21' - name: Scaffold Capacitor Android project run: |
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror