mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 05:44:54 +00:00
Update free2pass to 1.4.13 (37)
This commit is contained in:
parent
decb92cca1
commit
b359a0ebd6
1 changed files with 16 additions and 2 deletions
|
|
@ -90,8 +90,22 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter build apk --flavor fdroid -t lib/entrypoints/fdroid.entrypoint.dart
|
- $$flutter$$/bin/flutter build apk --flavor fdroid -t lib/entrypoints/fdroid.entrypoint.dart
|
||||||
--no-sound-null-safety
|
--no-sound-null-safety
|
||||||
|
|
||||||
|
- versionName: 1.4.13
|
||||||
|
versionCode: 37
|
||||||
|
commit: 60d4a41fcda66bdeadd5641bb792020b13b000c0
|
||||||
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^Release-.*$
|
UpdateCheckMode: Tags ^Release-.*$
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 1.4.12
|
CurrentVersion: 1.4.13
|
||||||
CurrentVersionCode: 36
|
CurrentVersionCode: 37
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue