Skip to content

update: readme and build properties for 0.5.0 #81

update: readme and build properties for 0.5.0

update: readme and build properties for 0.5.0 #81

Workflow file for this run

name: Pull Request CI
#on:
# pull_request:
# branches:
# - 'develop'
# - 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build with Gradle
uses: vgaidarji/android-github-actions-build@v1.0.1
with:
args: "sdkmanager 'platforms;android-29' 'build-tools;29.0.2' && ./gradlew assembleDebug"