Update Orgro to 1.27.1

This commit is contained in:
Aaron Madlon-Kay 2023-01-20 03:33:06 +00:00 committed by linsui
parent 195e4a5e32
commit 9a22e01234

View file

@ -260,8 +260,25 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 1.27.1
versionCode: 62
commit: 0f1822ecdeb4c48f00b679433d0180e886e2a290
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@3.7.0-1.4.pre
prebuild:
- touch android/key.properties
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
scandelete:
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.26.1
CurrentVersionCode: 60
CurrentVersion: 1.27.1
CurrentVersionCode: 62