Skip to content

Upgrade to gradle 8.1.2 and other dependencies (#13) #45

Upgrade to gradle 8.1.2 and other dependencies (#13)

Upgrade to gradle 8.1.2 and other dependencies (#13) #45

Workflow file for this run

name: Android CI
on:
push:
branches: [ 'master' ]
pull_request:
branches: [ 'master' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 17
cache: gradle
- name: Build with Gradle
run: |
chmod +x gradlew
./gradlew buildDebug