Skip to content

Update AGP Dependency #49

Update AGP Dependency

Update AGP Dependency #49

Workflow file for this run

name: Android Build
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: 17
cache: 'gradle'
distribution: adopt
- name: Build with Gradle
run: ./gradlew build