Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Fix app crash when shizuku is not installed (fixes #90 and #91) #432

Fix app crash when shizuku is not installed (fixes #90 and #91)

Fix app crash when shizuku is not installed (fixes #90 and #91) #432

Workflow file for this run

name: Android CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: '17'
- name: Give permission to executable
run: chmod +x gradlew
- name: Build with gradle
uses: gradle/[email protected]
with:
gradle-version: nightly
arguments: assembleDebug
- name: Upload debug apk
uses: actions/upload-artifact@v3
with:
name: apk-debug
path: app/build/outputs/apk/debug/app-debug.apk