12 runs-on: ubuntu-latest
15 - uses: actions/checkout@v3
17 uses: actions/setup-java@v3
20 distribution: 'temurin'
23 - name: mock keystore.properties
24 run: echo "releaseKeystorePath=mock" > keystore.properties
25 - name: Grant execute permission for gradlew
27 - name: Build with Gradle
28 run: ./gradlew android:buildDebug