Skip to content

Update agp to v8.5.0 #470

Update agp to v8.5.0

Update agp to v8.5.0 #470

Workflow file for this run

name: Build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
- name: Check & assembleDebug
run: |
./gradlew check
./gradlew assembleDebug