mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update rssaid to 3.0.3 (13)
This commit is contained in:
parent
5da8e4da83
commit
12db821174
1 changed files with 24 additions and 2 deletions
|
|
@ -139,10 +139,32 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --flavor=fdroid
|
||||
|
||||
- versionName: 3.0.3
|
||||
versionCode: 13
|
||||
commit: 6204d05bfa829d320e62a782d85f9e1ea4793ced
|
||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@3.22.2
|
||||
rm:
|
||||
- ios
|
||||
- macos
|
||||
- web
|
||||
- screenshots
|
||||
prebuild:
|
||||
- sed -i -e '/^ _fetchRules();/d' lib/main.dart
|
||||
- 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 --flavor=fdroid
|
||||
|
||||
MaintainerNotes: RSSHub itself is MIT licensed (https://github.com/DIYgod/RSSHub).
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 3.0.2
|
||||
CurrentVersionCode: 12
|
||||
CurrentVersion: 3.0.3
|
||||
CurrentVersionCode: 13
|
||||
|
|
|
|||
Loading…
Reference in a new issue