diff --git a/metadata/github.umer0586.sensorserver.yml b/metadata/github.umer0586.sensorserver.yml index c51a2c3241..b7cbe0b321 100644 --- a/metadata/github.umer0586.sensorserver.yml +++ b/metadata/github.umer0586.sensorserver.yml @@ -144,7 +144,29 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - PATH=$$flutter$$/bin/:$PATH python3 deploy_web_app.py + - versionName: 6.3.2 + versionCode: 33 + commit: a4a11150ae8c40881eba23ee8815ac5c4753f559 + 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.1 -CurrentVersionCode: 32 +CurrentVersion: 6.3.2 +CurrentVersionCode: 33