prepare for multiple apps

This commit is contained in:
Fabian Freund
2026-04-06 12:23:11 +02:00
parent bd1600e8dc
commit 5afc323f04
904 changed files with 29 additions and 29 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ name: weblibre_project
environment:
sdk: '>=3.8.0 <4.0.0'
workspace:
- app/
- apps/weblibre/
- packages/flutter_mozilla_components
- packages/flutter_mozilla_components/example
- packages/flutter_tor
@@ -81,5 +81,5 @@ melos:
description: Build release APK split per ABI
run: |
set -e
cd app
cd apps/weblibre
flutter build apk --release --target-platform android-arm,android-arm64 --split-per-abi --no-tree-shake-icons