Update Orgro to 1.24.0 (56)

This commit is contained in:
Aaron Madlon-Kay 2022-02-27 21:27:21 +09:00
parent f1197b8d73
commit 7b208adb4b

View file

@ -200,8 +200,24 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 1.24.0
versionCode: 56
commit: 9975ea4e4ae0d7f4d8a08128fe1ffab3b2882880
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@2.11.0-0.1.pre
prebuild: touch android/key.properties
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.23.0
CurrentVersionCode: 55
CurrentVersion: 1.24.0
CurrentVersionCode: 56