mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
goguma recipe update
This commit is contained in:
parent
d14f61ea45
commit
bf4dfb39d8
1 changed files with 21 additions and 2 deletions
|
|
@ -56,8 +56,27 @@ Builds:
|
|||
- $$flutter$$/bin/flutter pub remove firebase_core firebase_messaging
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
- versionName: 0.5.1
|
||||
versionCode: 905
|
||||
commit: ef1856ecdae12050d74b90e220b81788ee06f2bb
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.10.1
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub remove firebase_core firebase_messaging
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.4.1
|
||||
CurrentVersionCode: 712
|
||||
CurrentVersion: 0.5.1
|
||||
CurrentVersionCode: 905
|
||||
|
|
|
|||
Loading…
Reference in a new issue