mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Parlera to 3.0.5 (12)
This commit is contained in:
parent
a45b7b1156
commit
ec1ec7f7f4
1 changed files with 19 additions and 2 deletions
|
|
@ -67,8 +67,25 @@ Builds:
|
|||
- $$flutter$$/bin/flutter gen-l10n
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 3.0.5
|
||||
versionCode: 12
|
||||
commit: 6ba4eca4d2ee8f8ef89ff1e395d844ec52137759
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- flutter@3.10.5
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter gen-l10n
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 3.0.3
|
||||
CurrentVersionCode: 10
|
||||
CurrentVersion: 3.0.5
|
||||
CurrentVersionCode: 12
|
||||
|
|
|
|||
Loading…
Reference in a new issue