Skip to content

feat(example): move to minSdk 21 #142

feat(example): move to minSdk 21

feat(example): move to minSdk 21 #142

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: '12'
distribution: 'adopt'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build and run tests
run: ./gradlew build