Update Orgro to 1.22.1 (54)

This commit is contained in:
Aaron Madlon-Kay 2021-11-05 09:48:25 +09:00
parent 0d5c606acb
commit 846520ccad

View file

@ -168,8 +168,24 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 1.22.1
versionCode: 54
commit: 2b18f4cac548f9bda30db04dce0c6c02a9a7ab5d
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.7.0-3.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.21.1
CurrentVersionCode: 52
CurrentVersion: 1.22.1
CurrentVersionCode: 54