mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update free2pass to 1.5.0 (38)
This commit is contained in:
parent
707f3659e5
commit
343c7ce2fe
1 changed files with 16 additions and 2 deletions
|
|
@ -104,8 +104,22 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk --flavor fdroid -t lib/entrypoints/fdroid.entrypoint.dart
|
||||
--no-sound-null-safety
|
||||
|
||||
- versionName: 1.5.0
|
||||
versionCode: 38
|
||||
commit: 41b18cf00a68e127775df60361b577c5a92e4828
|
||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@2.8.1
|
||||
rm:
|
||||
- ios
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid -t lib/entrypoints/fdroid.entrypoint.dart
|
||||
--no-sound-null-safety
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^Release-.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.4.13
|
||||
CurrentVersionCode: 37
|
||||
CurrentVersion: 1.5.0
|
||||
CurrentVersionCode: 38
|
||||
|
|
|
|||
Loading…
Reference in a new issue