Update SelfPrivacy to 0.5.0 (11)

This commit is contained in:
F-Droid checkupdates bot 2022-03-24 04:34:43 +00:00
parent 47bfd6634c
commit 52d717f39c

View file

@ -148,8 +148,23 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 0.5.0
versionCode: 11
commit: 3e2a86ede1ff7f7c61bbdb94f11f3fc1cbd0bf37
output: build/app/outputs/apk/release/app-release-unsigned.apk
srclibs:
- flutter@2.5.2
rm:
- ios
- test
prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.4.2
CurrentVersionCode: 10
CurrentVersion: 0.5.0
CurrentVersionCode: 11