mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-09 22:08:35 +00:00
Update Peercoin to 0.7.0 (63)
This commit is contained in:
parent
9d349c9004
commit
c984e62479
1 changed files with 19 additions and 1 deletions
|
|
@ -141,8 +141,26 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 0.7.0
|
||||
versionCode: 63
|
||||
commit: b022c96ecbafe1c71c11e1d5b87a0c1db5f6bb00
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.5.1
|
||||
rm:
|
||||
- ios/build
|
||||
- test_driver
|
||||
prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- $$flutter$$/bin/flutter pub run flutter_launcher_icons:main -f fdroid_flutter_launcher_icons.yaml
|
||||
- $$flutter$$/bin/flutter pub run flutter_native_splash:create
|
||||
- $$flutter$$/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.7.0
|
||||
CurrentVersionCode: 62
|
||||
CurrentVersionCode: 63
|
||||
|
|
|
|||
Loading…
Reference in a new issue