mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
Update Energize to 0.4.0 (14)
This commit is contained in:
parent
7f9fe2d4bb
commit
f2ffa976fc
1 changed files with 23 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue