Add mobile application #47

Merged
pierre merged 55 commits from mobile-app into main 2025-07-18 16:06:22 +00:00
Showing only changes of commit c3d2612f9a - Show all commits

View File

@@ -79,7 +79,8 @@ steps:
- name: mobile_app_code_quality
image: ghcr.io/cirruslabs/flutter:latest
commands:
- echo "Build version:" $(git rev-list --count $(git describe --tags --abbrev=0))
- echo "Build version:" $(git describe --tags --abbrev=0)
- echo "Build number:" $(git rev-list --count $(git describe --tags --abbrev=0))
- cd moneymgr_mobile
- flutter --disable-analytics
- flutter pub get --enforce-lockfile