Skip to content

Merge branch 'main' of https://github.com/G00fY2/HiltMoshiKaptWarning #1

Merge branch 'main' of https://github.com/G00fY2/HiltMoshiKaptWarning

Merge branch 'main' of https://github.com/G00fY2/HiltMoshiKaptWarning #1

Workflow file for this run

name: Android CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Build app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
cache: 'gradle'
- name: Accept licenses for all available packages
run: yes 2>/dev/null | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --licenses >/dev/null
- name: Run gradle tasks
run: ./gradlew assembleDebug