Skip to content

[Issue #1] Application crashes (immediately) after choosing 'View log' from the menu. #206

[Issue #1] Application crashes (immediately) after choosing 'View log' from the menu.

[Issue #1] Application crashes (immediately) after choosing 'View log' from the menu. #206

Workflow file for this run

name: Android CI
on:
push:
branches: [ beta ]
pull_request:
branches: [ beta ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build with Gradle
run: ./gradlew build