Update Energize to 0.4.0 (14)

This commit is contained in:
F-Droid checkupdates bot 2022-06-08 04:19:16 +00:00
parent 7f9fe2d4bb
commit f2ffa976fc

View file

@ -122,8 +122,29 @@ Builds:
- flutter pub run build_runner build --delete-conflicting-outputs
- flutter build apk
- versionName: 0.4.0
versionCode: 14
commit: 62d8c20c8fb0d02ef72a164317766b225f2a31b9
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@2.10.5
rm:
- ios
- test
- web
build:
- export PATH=$$flutter$$/bin:$PATH
- flutter config --no-analytics
- flutter packages pub get
- flutter pub run build_runner build --delete-conflicting-outputs
- flutter build apk
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.3.0
CurrentVersionCode: 12
CurrentVersion: 0.4.0
CurrentVersionCode: 14