Skip to content

build: Bump hilt from 2.57.2 to 2.58 #221

build: Bump hilt from 2.57.2 to 2.58

build: Bump hilt from 2.57.2 to 2.58 #221

Workflow file for this run

name: Build Debug for PR
on: [ pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Set up JDK
uses: actions/setup-java@v5
with:
java-version: '17'
distribution: 'adopt'
cache: gradle
- name: Build with Gradle
run: |
chmod +x gradlew
./gradlew clean app:assembleFossAlphaDebug