mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
Change UpdateCheckMode for FOSS Warn and remove pre-release
This commit is contained in:
parent
1fe49db7cb
commit
830efc4165
1 changed files with 4 additions and 17 deletions
|
|
@ -64,22 +64,8 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter config --no-analytics
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
- $$flutter$$/bin/flutter build apk --release --verbose
|
- $$flutter$$/bin/flutter build apk --release --verbose
|
||||||
|
|
||||||
- versionName: 0.2.10
|
|
||||||
versionCode: 16
|
|
||||||
disable: https://gitlab.com/fdroid/fdroidserver/-/issues/1004
|
|
||||||
commit: 15dd62af8255a0d79433d8fe33d0042c06d6c51e
|
|
||||||
output: build/app/outputs/flutter-apk/app-release.apk
|
|
||||||
srclibs:
|
|
||||||
- flutter@2.8.1
|
|
||||||
rm:
|
|
||||||
- ios
|
|
||||||
build:
|
|
||||||
- $$flutter$$/bin/flutter config --no-analytics
|
|
||||||
- $$flutter$$/bin/flutter build apk --release --verbose
|
|
||||||
|
|
||||||
- versionName: 0.3.0
|
- versionName: 0.3.0
|
||||||
versionCode: 17
|
versionCode: 17
|
||||||
disable: https://github.com/nucleus-ffm/foss_warn/issues/46
|
|
||||||
commit: 6a008b876d923501bf8fdc7e479732994b2ec71b
|
commit: 6a008b876d923501bf8fdc7e479732994b2ec71b
|
||||||
output: build/app/outputs/flutter-apk/app-release.apk
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
srclibs:
|
srclibs:
|
||||||
|
|
@ -93,6 +79,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 0.4.0
|
- versionName: 0.4.0
|
||||||
versionCode: 19
|
versionCode: 19
|
||||||
|
disable: pre-release
|
||||||
commit: c0823743ef151a15b144abb865adee4bf74130bc
|
commit: c0823743ef151a15b144abb865adee4bf74130bc
|
||||||
output: build/app/outputs/flutter-apk/app-release.apk
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
srclibs:
|
srclibs:
|
||||||
|
|
@ -104,7 +91,7 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter build apk --release --verbose
|
- $$flutter$$/bin/flutter build apk --release --verbose
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags ^[\d.]+$
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 0.4.0
|
CurrentVersion: 0.3.0
|
||||||
CurrentVersionCode: 19
|
CurrentVersionCode: 17
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue