From 96cc901e8995dcebfdc9ebbe9d187ebdf8b614db Mon Sep 17 00:00:00 2001 From: deniscerri <64997243+deniscerri@users.noreply.github.com> Date: Sat, 15 Apr 2023 15:48:50 +0200 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 3bce16ba..5934dfb4 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -6,7 +6,6 @@ on: pull_request: branches: [ "main" ] - jobs: build: @@ -26,10 +25,7 @@ jobs: gradle-version: 7.5 - name: Create Properties File run: touch local.properties - - name: Build Android App - uses: sparkfabrik/android-build-action@v1.3.4 - with: - project-path: android - ruby-version: "2.7.5" - bundler-version: "2.3.26" - fastlane-env: "debug" + - name: Grant execute permission for gradlew + run: chmod +x gradlew + - name: Build with Gradle + run: ./gradlew build