Update Energize to 0.3.0 (12)

This commit is contained in:
F-Droid checkupdates bot 2022-05-03 04:24:12 +00:00
parent 9fec71b9ec
commit 2c764311bb

View file

@ -101,8 +101,29 @@ Builds:
- flutter pub run build_runner build --delete-conflicting-outputs
- flutter build apk
- versionName: 0.3.0
versionCode: 12
commit: bb0d6f4321e2bbb53fe79f0b2a33b7153681c3a0
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.2.0
CurrentVersionCode: 11
CurrentVersion: 0.3.0
CurrentVersionCode: 12