Skip to content

Bump com.google.dagger:hilt-android-compiler from 2.52 to 2.53 #371

Bump com.google.dagger:hilt-android-compiler from 2.52 to 2.53

Bump com.google.dagger:hilt-android-compiler from 2.52 to 2.53 #371

Workflow file for this run

name: Android CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod a+x ./gradlew
- name: Run tests
run: ./gradlew testDebugUnitTest
- name: Build apk and distribute
run: ./gradlew assembleDebug