Skip to content

chore(deps): Bump com.github.ben-manes.versions from 0.47.0 to 0.48.0 #113

chore(deps): Bump com.github.ben-manes.versions from 0.47.0 to 0.48.0

chore(deps): Bump com.github.ben-manes.versions from 0.47.0 to 0.48.0 #113

Workflow file for this run

name: Build & Verify
on: [ pull_request, workflow_dispatch ]
jobs:
build:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Build and test app
run: ./gradlew build
- uses: actions/upload-artifact@v3
with:
name: Android artifacts
path: |
app/build/outputs/apk/**/*.apk
app/build/outputs/bundle/**/*.aab