mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
com.jithware.brethap: Update flutter
This commit is contained in:
parent
7ba497ad71
commit
b941375d6a
1 changed files with 20 additions and 2 deletions
|
|
@ -4,6 +4,7 @@ License: GPL-3.0-only
|
|||
WebSite: http://www.jithware.com
|
||||
SourceCode: https://github.com/jithware/brethap
|
||||
IssueTracker: https://github.com/jithware/brethap/issues
|
||||
Translation: https://github.com/jithware/brethap/discussions/52
|
||||
Changelog: https://github.com/jithware/brethap/releases
|
||||
Donate: https://www.paypal.com/donate/?hosted_button_id=2ZFSMQ8DGQVFS
|
||||
Liberapay: jithware
|
||||
|
|
@ -456,8 +457,25 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.7.2
|
||||
versionCode: 55
|
||||
commit: 36bd829bbffbcb2a23c73e8cd396042497cbcc7c
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.3.2
|
||||
rm:
|
||||
- .vscode
|
||||
- ios
|
||||
- linux
|
||||
- test
|
||||
- web
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.7.1
|
||||
CurrentVersionCode: 54
|
||||
CurrentVersion: 1.7.2
|
||||
CurrentVersionCode: 55
|
||||
|
|
|
|||
Loading…
Reference in a new issue