From 9357cf380b02eea62c4a1b3035dbaccff83aca36 Mon Sep 17 00:00:00 2001 From: Emux Date: Tue, 8 Feb 2022 16:46:15 +0200 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 1e083fbd..b0e4066b 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-java@v2 with: java-version: '11' - distribution: 'adopt' + distribution: 'temurin' cache: gradle - name: Grant execute permission for gradlew