favorites handling only

This commit is contained in:
ericz 2026-02-24 23:56:30 +01:00
parent a42cf77a70
commit 5a70ed48cf
27 changed files with 233 additions and 8 deletions

View file

@ -30,6 +30,11 @@ jobs:
${{ runner.os }}-gradle-
- run: flutter pub get
- run: flutter build apk --release --no-pub
- name: Upload Debug APK
uses: actions/upload-artifact@v4
with:
name: app-debug
path: build/app/outputs/flutter-apk/app-release.apk
ios:
runs-on: macos-latest