Skip to content

Merge branch 'main' of https://github.com/kylecorry31/sol #947

Merge branch 'main' of https://github.com/kylecorry31/sol

Merge branch 'main' of https://github.com/kylecorry31/sol #947

Workflow file for this run

name: Android CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 17
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build