Bump Goguma to 0.8.0

This commit is contained in:
Simon Ser 2025-05-01 19:08:14 +02:00
parent 74f1c2661f
commit 7a9e84634d

View file

@ -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