Update SelfPrivacy to 0.4.0 (8)

This commit is contained in:
F-Droid checkupdates bot 2021-12-11 04:02:29 +00:00
parent fd6ae0ed1a
commit fe755d9d7a

View file

@ -118,8 +118,23 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 0.4.0
versionCode: 8
commit: 6653408dfb0f0d5bfeed6091ad613573355bff4b
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.3.0
CurrentVersionCode: 7
CurrentVersion: 0.4.0
CurrentVersionCode: 8