Skip to content

Update plugin com.google.dagger.hilt.android to v2.51.1 #203

Update plugin com.google.dagger.hilt.android to v2.51.1

Update plugin com.google.dagger.hilt.android to v2.51.1 #203

Workflow file for this run

name: Android CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Build with Gradle
run: cd android_app && ./gradlew build