Skip to content

Add missing Exported #28

Add missing Exported

Add missing Exported #28

Workflow file for this run

name: Android CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Build with Gradle
run: |
gradle --no-daemon build
gradle --no-daemon assembleDebug
find . -name '*.apk'