Update SelfPrivacy app

This commit is contained in:
Self Privacy 2021-11-19 11:42:03 +00:00 committed by linsui
parent 0ddee5ef9f
commit b761c46085

View file

@ -103,8 +103,23 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 0.3.0
versionCode: 7
commit: v.0.3.0
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.2.4
CurrentVersionCode: 6
CurrentVersion: 0.3.0
CurrentVersionCode: 7