New app: Flask, a mobile app for the CSH's vending machines

This commit is contained in:
@everyone 2022-08-19 02:26:51 +00:00 committed by linsui
parent c74b9afc88
commit 840293cf7f

View file

@ -0,0 +1,44 @@
Categories:
- Sports & Health
License: MIT
AuthorName: Mary Strodl
AuthorEmail: mstrodl@csh.rit.edu
AuthorWebSite: https://mstrodl.com/
WebSite: https://mstrodl.com/projects/flask
SourceCode: https://github.com/ComputerScienceHouse/devin
IssueTracker: https://github.com/ComputerScienceHouse/devin/issues
Donate: https://www.rit.edu/giving/ComputerScienceHouse
AutoName: Flask
Summary: Purchase items from CSH's vending machines
Description: |-
Flask lets you drop items from the vending machines on floor at Computer Science House!
Flask can be used to check item availability / stock, prices, and of course make
purchases from the comfort of your smartphone.
RepoType: git
Repo: https://github.com/ComputerScienceHouse/devin.git
Builds:
- versionName: 1.0.1
versionCode: 2
commit: 109b88659b4259264d6175531e419154a92c46d7
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@3.0.5
rm:
- ios
build:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.0.1
CurrentVersionCode: 2