mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 05:44:54 +00:00
Update Sensor Server to 6.3.1 (32)
This commit is contained in:
parent
00edaf8db1
commit
feb16f527e
1 changed files with 24 additions and 2 deletions
|
|
@ -174,7 +174,29 @@ Builds:
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- PATH=$$flutter$$/bin/:$PATH python3 deploy_web_app.py
|
- PATH=$$flutter$$/bin/:$PATH python3 deploy_web_app.py
|
||||||
|
|
||||||
|
- versionName: 6.3.1
|
||||||
|
versionCode: 32
|
||||||
|
commit: eea2d5e5876bbdfe41d928c64864e6484645328a
|
||||||
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 6.3.0
|
CurrentVersion: 6.3.1
|
||||||
CurrentVersionCode: 31
|
CurrentVersionCode: 32
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue