Skip to content

Bump version to 2.7.0-alpha01 #987

Bump version to 2.7.0-alpha01

Bump version to 2.7.0-alpha01 #987

Workflow file for this run

name: Android CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build with Gradle
run: ./gradlew build