mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Endgame to 12.0.0 (18)
This commit is contained in:
parent
106b04f7d9
commit
460764d7a3
1 changed files with 15 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ AuthorEmail: cloneconf@gmail.com
|
|||
SourceCode: https://codeberg.org/cloneconf/nedium
|
||||
IssueTracker: https://codeberg.org/cloneconf/nedium/issues
|
||||
|
||||
AutoName: nedium
|
||||
AutoName: Endgame
|
||||
|
||||
RepoType: git
|
||||
Repo: https://codeberg.org/cloneconf/nedium
|
||||
|
|
@ -132,8 +132,20 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub run build_runner build
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
- versionName: 12.0.0
|
||||
versionCode: 18
|
||||
commit: 465b970f151d279988b28cf3e024716526ec19a0
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.8.1
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter packages pub run build_runner build
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.1.3
|
||||
CurrentVersionCode: 13
|
||||
CurrentVersion: 12.0.0
|
||||
CurrentVersionCode: 18
|
||||
|
|
|
|||
Loading…
Reference in a new issue