mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update Peercoin to 0.7.2 (67)
This commit is contained in:
parent
efde9677ed
commit
28c91356af
1 changed files with 20 additions and 2 deletions
|
|
@ -180,8 +180,26 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 0.7.2
|
||||
versionCode: 67
|
||||
commit: da5219151ade08e8155e82a7c33380658d93a4fa
|
||||
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.1
|
||||
CurrentVersionCode: 66
|
||||
CurrentVersion: 0.7.2
|
||||
CurrentVersionCode: 67
|
||||
|
|
|
|||
Loading…
Reference in a new issue