From ebb29980e4d10a5777c22a728e81c21ff0526f41 Mon Sep 17 00:00:00 2001 From: ender non <106776384+EnderNon@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:59:42 +0100 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 07698b8..e519f16 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -24,7 +24,3 @@ jobs: run: chmod +x gradlew - name: Build with Gradle run: ./gradlew build - - - name: automated-build-android-app-with-github-action - uses: amirisback/automated-build-android-app-with-github-action@2.2.3 -