mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 01:38:07 +00:00
Update Sensor Server to 6.4.0 (34)
This commit is contained in:
parent
ef6d901819
commit
7c0185d539
1 changed files with 24 additions and 2 deletions
|
|
@ -166,7 +166,29 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- PATH=$$flutter$$/bin/:$PATH python3 deploy_web_app.py
|
||||
|
||||
- versionName: 6.4.0
|
||||
versionCode: 34
|
||||
commit: 8ac65b2174defa63276201b11720025b48d21121
|
||||
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.3.2
|
||||
CurrentVersionCode: 33
|
||||
CurrentVersion: 6.4.0
|
||||
CurrentVersionCode: 34
|
||||
|
|
|
|||
Loading…
Reference in a new issue