From 5b18ba2bb7d778cac62e9cea5c326fb321b48f4a Mon Sep 17 00:00:00 2001 From: OliE Date: Sat, 22 Jul 2023 14:22:13 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43f557b1..fa6de18e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: "zulu" # See 'Supported distributions' for available options - java-version: "11" + java-version: "17" - name: Build APK run: ./gradlew assembleDebug - uses: "marvinpinto/action-automatic-releases@latest"