2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 18:25:26 +00:00
- Changing some rando stuff to try to get the project to compile.
- Updated Android Studio after almost a year, it was hella borked
This commit is contained in:
Oliver Walters
2021-01-20 08:00:43 +11:00
parent d2967db8a8
commit 7ba1fc9328
5 changed files with 9 additions and 19 deletions

View File

@ -9,3 +9,7 @@ export "OTHER_LDFLAGS=$(inherited) -framework Flutter"
export "FLUTTER_FRAMEWORK_DIR=C:\flutter\bin\cache\artifacts\engine\ios"
export "FLUTTER_BUILD_NAME=1.0.0"
export "FLUTTER_BUILD_NUMBER=1"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=false"
export "TREE_SHAKE_ICONS=false"
export "PACKAGE_CONFIG=.packages"