mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Newapp: com.me2christ.bible-feed
This commit is contained in:
parent
d649ddb5fb
commit
5268f1f055
1 changed files with 43 additions and 0 deletions
43
metadata/com.me2christ.bible_feed.yml
Normal file
43
metadata/com.me2christ.bible_feed.yml
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
Categories:
|
||||
- Reading
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Andrew Cook
|
||||
AuthorEmail: dizzib.dev@gmail.com
|
||||
SourceCode: https://github.com/dizzib/bible-feed
|
||||
IssueTracker: https://github.com/dizzib/bible-feed/issues
|
||||
|
||||
AutoName: Bible Feed
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/dizzib/bible-feed
|
||||
|
||||
Builds:
|
||||
- versionName: 1.3.0
|
||||
versionCode: 11
|
||||
commit: 1.3.0
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
binary: https://github.com/dizzib/bible-feed/releases/download/%v/bible_feed-v%v.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
prebuild:
|
||||
- flutterVersion=$(sed -n -E "s/^\s*flutter:\ (.*)/\1/p" pubspec.yaml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
AllowedAPKSigningKeys: 8c806f3ae5bf9538622de512c59ff525a5de324bcc0573fb221ce66b33c77c19
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 11
|
||||
Loading…
Reference in a new issue