Update Crypto Prices

This commit is contained in:
Oliver Reiser 2022-04-23 05:20:41 +00:00 committed by linsui
parent 4253ad1411
commit e26b8a85ae

View file

@ -8,6 +8,7 @@ AuthorEmail: clone.appdev@gmail.com
SourceCode: https://gitlab.com/cl0n30/cryptoprices
IssueTracker: https://gitlab.com/cl0n30/cryptoprices/-/issues
Changelog: https://gitlab.com/cl0n30/cryptoprices/-/blob/master/CHANGELOG.md
Donate: https://www.paypal.com/donate/?hosted_button_id=TC7SVTTLQ7A6U
Liberapay: CryptoPrices
Bitcoin: bc1qsd3x37d7dea2ghcrmvmgdthl7723gf8ja0j7va
@ -87,8 +88,26 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 1.3.2
versionCode: 31
commit: 1.3.2
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@2.10.5
rm:
- ios
prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.3.1
CurrentVersionCode: 26
CurrentVersion: 1.3.2
CurrentVersionCode: 31