mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Update FOSS Warn to 0.4.0 (19)
This commit is contained in:
parent
c3aeae43f2
commit
895c16fb0d
1 changed files with 15 additions and 2 deletions
|
|
@ -91,8 +91,21 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --release --verbose
|
||||
|
||||
- versionName: 0.4.0
|
||||
versionCode: 19
|
||||
commit: c0823743ef151a15b144abb865adee4bf74130bc
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.8.1
|
||||
rm:
|
||||
- ios
|
||||
- android/app/proguard-rules.pro
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --release --verbose
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.3.0
|
||||
CurrentVersionCode: 17
|
||||
CurrentVersion: 0.4.0
|
||||
CurrentVersionCode: 19
|
||||
|
|
|
|||
Loading…
Reference in a new issue