mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-17 11:32:27 +00:00
Update Sensor Server to 6.1.0 (28)
This commit is contained in:
parent
302a599b16
commit
d583154bed
1 changed files with 24 additions and 2 deletions
|
|
@ -86,7 +86,29 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- PATH=$$flutter$$/bin/:$PATH python3 deploy_web_app.py
|
||||
|
||||
- versionName: 6.1.0
|
||||
versionCode: 28
|
||||
commit: c7a75a5b7b4cd6b544eacb1b2fca87cb6066f4a2
|
||||
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.0.0
|
||||
CurrentVersionCode: 27
|
||||
CurrentVersion: 6.1.0
|
||||
CurrentVersionCode: 28
|
||||
|
|
|
|||
Loading…
Reference in a new issue