mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 14:17:26 +00:00
Update Sensor Server to 6.3.0 (31)
This commit is contained in:
parent
f893d6d557
commit
870f688bb3
1 changed files with 24 additions and 2 deletions
|
|
@ -152,7 +152,29 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- PATH=$$flutter$$/bin/:$PATH python3 deploy_web_app.py
|
||||
|
||||
- versionName: 6.3.0
|
||||
versionCode: 31
|
||||
commit: eb7e9d44820b212c0748431ddda4e3a9fa9f277a
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- flutter@3.22.2
|
||||
rm:
|
||||
- app/src/main/assets/webapp
|
||||
prebuild:
|
||||
- cd ../sensors_dashboard
|
||||
- export PUB_CACHE=$(pwd)/../.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- cd ..
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- PATH=$$flutter$$/bin/:$PATH python3 deploy_web_app.py
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 6.2.0
|
||||
CurrentVersionCode: 30
|
||||
CurrentVersion: 6.3.0
|
||||
CurrentVersionCode: 31
|
||||
|
|
|
|||
Loading…
Reference in a new issue