Update DigiAgriApp to 0.3.6 (10)

This commit is contained in:
F-Droid checkupdates bot 2025-04-03 05:14:57 +00:00 committed by Licaon_Kter
parent 81b92b64ba
commit ff8f4ceb6b

View file

@ -191,8 +191,33 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk
- versionName: 0.3.6
versionCode: 10
commit: 77424829b5b84a4a731dd7b01f293d3fcbd1c014
submodules: true
output: build/app/outputs/flutter-apk/app-release.apk
rm:
- ios
- macos
- linux
- web
prebuild:
- sed -i -e 's/^#f//' pubspec.yaml
- sed -i -e '/shrinkResources/d' -e '/minifyEnabled/d' -e'/gms/d' android/app/build.gradle
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter packages pub get
scanignore:
- flutter/bin/cache
scandelete:
- .pub-cache
- flutter
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[\d.]+$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.3.5
CurrentVersionCode: 9
CurrentVersion: 0.3.6
CurrentVersionCode: 10