mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update gh.cloneconf.nedium metadata to build flutter
This commit is contained in:
parent
1538389927
commit
9a4b19314f
1 changed files with 22 additions and 8 deletions
|
|
@ -4,17 +4,18 @@ Categories:
|
|||
- Internet
|
||||
- Science & Education
|
||||
- Reading
|
||||
License: MIT
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Clone Conflict
|
||||
AuthorEmail: cloneconf@gmail.com
|
||||
SourceCode: https://github.com/cloneconf/Nedium
|
||||
IssueTracker: https://github.com/cloneconf/Nedium/issues
|
||||
SourceCode: https://github.com/cloneconf/nedium
|
||||
IssueTracker: https://github.com/cloneconf/nedium/issues
|
||||
Donate: https://ko-fi.com/cloneconf
|
||||
Liberapay: cloneconf
|
||||
|
||||
AutoName: Nedium
|
||||
AutoName: nedium
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/cloneconf/Nedium
|
||||
Repo: https://github.com/cloneconf/nedium
|
||||
|
||||
Builds:
|
||||
- versionName: '0.1'
|
||||
|
|
@ -61,7 +62,20 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.0.5
|
||||
versionCode: 5
|
||||
commit: v0.0.5
|
||||
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
|
||||
CurrentVersion: '0.4'
|
||||
CurrentVersionCode: 4
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.0.5
|
||||
CurrentVersionCode: 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue