Update Energize to 0.2.0 (11)

This commit is contained in:
F-Droid checkupdates bot 2022-04-21 04:33:40 +00:00
parent 36cd56de52
commit e9a3e83ade

View file

@ -80,8 +80,29 @@ Builds:
- flutter pub run build_runner build --delete-conflicting-outputs
- flutter build apk
- versionName: 0.2.0
versionCode: 11
commit: 54c9f86019f390c50034c07f4dd65bb78c0bd136
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.8.1
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.1.5
CurrentVersionCode: 10
CurrentVersion: 0.2.0
CurrentVersionCode: 11