mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Newapp: Logger
This commit is contained in:
parent
4ab03310b5
commit
d820d83b3d
1 changed files with 40 additions and 0 deletions
40
metadata/com.logger.app.yml
Normal file
40
metadata/com.logger.app.yml
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
Categories:
|
||||
- Phone & SMS
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Sanmeet Singh
|
||||
AuthorEmail: ssanmeet123@gmail.com
|
||||
AuthorWebSite: https://sanmeet007.github.io
|
||||
SourceCode: https://github.com/Sanmeet007/logger
|
||||
IssueTracker: https://github.com/Sanmeet007/logger/issues
|
||||
Donate: https://github.com/sponsors/Sanmeet007
|
||||
|
||||
AutoName: Logger
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Sanmeet007/logger
|
||||
|
||||
Builds:
|
||||
- versionName: 2.5.7
|
||||
versionCode: 21
|
||||
commit: 42eebd20b3325bb705128ef7d61e966f21a4f13d
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
prebuild:
|
||||
- export flutterVersion=$(sed -n -E "s/.*flutter:\s([0-9.]+)/\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
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags v[\d.]+$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.5.7
|
||||
CurrentVersionCode: 21
|
||||
Loading…
Reference in a new issue