From a0bd6a66fd682df863cde6a31b62a9a9858ae2a0 Mon Sep 17 00:00:00 2001 From: kjones <19639817+488315@users.noreply.github.com> Date: Thu, 5 Oct 2023 21:28:59 -0700 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index c8ad9f2..ed391bc 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -14,12 +14,6 @@ jobs: APP_FOLDER: app steps: - uses: actions/checkout@v3 - - name: set up JDK 11 - uses: actions/setup-java@v3 - with: - java-version: '11' - distribution: 'temurin' - cache: gradle - name: Build and Release APK uses: r0user/release-apk@V1.0