mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update SelfPrivacy to 0.5.0 (11)
This commit is contained in:
parent
47bfd6634c
commit
52d717f39c
1 changed files with 17 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue