@@ -0,0 +1,15 @@
PHONY: all
all: build upload
upload: build-debug
adb install -r build/app/outputs/apk/app.apk
build-debug:
flutter build apk --debug
build-release:
flutter build apk
clean:
flutter build clean
The note is not visible to the blocked user.