mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update Goguma to 0.6.0 (998)
This commit is contained in:
parent
688b1cbea6
commit
1d01b3bad2
1 changed files with 21 additions and 2 deletions
|
|
@ -75,8 +75,27 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
- versionName: 0.6.0
|
||||
versionCode: 998
|
||||
commit: 7359d1ffda513be55e05da1bbe55d6b072d9d62b
|
||||
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.5.1
|
||||
CurrentVersionCode: 905
|
||||
CurrentVersion: 0.6.0
|
||||
CurrentVersionCode: 998
|
||||
|
|
|
|||
Loading…
Reference in a new issue