Skip to content

Fix no-filter warning with root decryption #615

Fix no-filter warning with root decryption

Fix no-filter warning with root decryption #615

Workflow file for this run

name: Debug build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/playstore'
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- uses: actions/setup-java@v1
with:
java-version: '17'
- run: ./gradlew test
- run: ./gradlew assembleDebug -PdoNotStrip