mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Egyptian Mouse Pounce to 1.3.0 (6)
This commit is contained in:
parent
8d78ec84fd
commit
4479fac483
1 changed files with 13 additions and 2 deletions
|
|
@ -44,8 +44,19 @@ Builds:
|
|||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- flutter build apk --flavor fdroid
|
||||
|
||||
- versionName: 1.3.0
|
||||
versionCode: 6
|
||||
commit: a2b8238f94465265d9fa6019838cf7437bcb1bb8
|
||||
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@2.0.3
|
||||
prebuild: rm -fr ios
|
||||
build:
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- flutter build apk --flavor fdroid
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.2.1
|
||||
CurrentVersionCode: 5
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 6
|
||||
|
|
|
|||
Loading…
Reference in a new issue