Skip to content

Included Runtime Permission for WriteSETTINGS (#22) #41

Included Runtime Permission for WriteSETTINGS (#22)

Included Runtime Permission for WriteSETTINGS (#22) #41

Workflow file for this run

name: apk_build
on:
push:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v4
- name: test
run: echo "testing"
- name: build-apk
run: echo "Building"
- name: Archive APK
uses: actions/upload-artifact@v4
with:
name: upload-apk
path: bin/*.apk