Skip to content

Update android version, add fix for 31 notification #17

Update android version, add fix for 31 notification

Update android version, add fix for 31 notification #17

Workflow file for this run

name: Codeboard Android CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Set Gradle permissions
run: chmod a+x ./gradlew
- name: Build with Gradle
run: ./gradlew build