From 5a1505881acbdaf94977e7d1d32089c4f8c8c7af Mon Sep 17 00:00:00 2001 From: thisjustin123 Date: Thu, 3 Oct 2024 15:27:32 -0400 Subject: [PATCH] Sync java 1.8 --- .github/workflows/publish-to-play-store-beta.yml | 4 ++-- .github/workflows/publish-to-play-store.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-to-play-store-beta.yml b/.github/workflows/publish-to-play-store-beta.yml index eca41df..bd77ae8 100644 --- a/.github/workflows/publish-to-play-store-beta.yml +++ b/.github/workflows/publish-to-play-store-beta.yml @@ -15,10 +15,10 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Set up JDK 17 + - name: Set up Java 1.8 uses: actions/setup-java@v3 with: - java-version: '17' + java-version: '1.8' distribution: 'temurin' - name: Create secrets.properties diff --git a/.github/workflows/publish-to-play-store.yml b/.github/workflows/publish-to-play-store.yml index ce8e2db..51d00c4 100644 --- a/.github/workflows/publish-to-play-store.yml +++ b/.github/workflows/publish-to-play-store.yml @@ -15,10 +15,10 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Set up JDK 17 + - name: Set up Java 1.8 uses: actions/setup-java@v3 with: - java-version: '17' + java-version: '1.8' distribution: 'temurin' - name: Create secrets.properties