mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
Update rssaid to 3.0.0 (8)
This commit is contained in:
parent
72e90ce1f3
commit
97fd4ac885
1 changed files with 24 additions and 2 deletions
|
|
@ -73,10 +73,32 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --flavor=fdroid
|
||||
|
||||
- versionName: 3.0.0
|
||||
versionCode: 8
|
||||
commit: 13612e6678a813da454e7cf5fadeadaa65b687c4
|
||||
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: 2.0.3
|
||||
CurrentVersionCode: 7
|
||||
CurrentVersion: 3.0.0
|
||||
CurrentVersionCode: 8
|
||||
|
|
|
|||
Loading…
Reference in a new issue