mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Bump Goguma to 0.8.0
This commit is contained in:
parent
74f1c2661f
commit
7a9e84634d
1 changed files with 24 additions and 2 deletions
|
|
@ -118,8 +118,30 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
- versionName: 0.8.0
|
||||
versionCode: 1206
|
||||
commit: 2a457f64efb480fa7bc9611e8ffe84a835ba5bec
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.29.3
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- "$$flutter$$/bin/flutter pub add -- 'override:geolocator_android:{\"git\"\
|
||||
: {\"url\": \"https://github.com/Zverik/flutter-geolocator.git\", \"ref\"\
|
||||
: \"floss\", \"path\": \"geolocator_android\"}}'"
|
||||
- $$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.7.0
|
||||
CurrentVersionCode: 1079
|
||||
CurrentVersion: 0.8.0
|
||||
CurrentVersionCode: 1206
|
||||
|
|
|
|||
Loading…
Reference in a new issue