Newapp: Logger

This commit is contained in:
Sanmeet Singh 2024-12-03 11:33:30 +00:00 committed by Licaon_Kter
parent 4ab03310b5
commit d820d83b3d

View 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