Skip to content

chore(deps): bump com.google.auto.value:auto-value from 1.10.1 to 1.10.3 #2769

chore(deps): bump com.google.auto.value:auto-value from 1.10.1 to 1.10.3

chore(deps): bump com.google.auto.value:auto-value from 1.10.1 to 1.10.3 #2769

Workflow file for this run

---
name: Android CI
on:
push:
branches-ignore:
- dependabot/**
paths-ignore:
- LICENSE
- README.md
- SECURITY.md
- CODE_OF_CONDUCT.md
- .github/**
- fastlane/*
- app/proguard-rules.pro
pull_request:
path-ignore:
- LICENSE
- README.md
- SECURITY.md
- CODE_OF_CONDUCT.md
- .github/workflows/*
- .github/ISSUE_TEMPLATE/*
- fastlane/*
- app/proguard-rules.pro
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up JDK 19
uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: '19'
- name: Give permission to executable
run: chmod +x gradlew
- name: Build with gradle
uses: gradle/[email protected]
with:
gradle-version: nightly
arguments: assembleDebug
- name: Upload debug apk
uses: actions/upload-artifact@v3
with:
name: apk-debug
path: app/build/outputs/apk/debug/app-debug.apk