mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update Crypto Prices
This commit is contained in:
parent
4253ad1411
commit
e26b8a85ae
1 changed files with 21 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue