Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

chore(deps-dev): bump vite from 4.5.3 to 7.1.5 in /retail-web #70

chore(deps-dev): bump vite from 4.5.3 to 7.1.5 in /retail-web

chore(deps-dev): bump vite from 4.5.3 to 7.1.5 in /retail-web #70

Workflow file for this run

name: Build for Android
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-android:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '21'
cache: gradle
- name: Build android apk
run: |
cd android
./gradlew assembleDebug