diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 13fb4987..b3de1c46 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -19,8 +19,6 @@ jobs: java-version: '11' distribution: 'temurin' cache: gradle - - name: Create Local Properties File - run: touch local.properties - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle