mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update Peercoin to 1.1.3 (124)
This commit is contained in:
parent
9dbec9501f
commit
46c6e8e967
1 changed files with 22 additions and 2 deletions
|
|
@ -1062,10 +1062,30 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.1.3
|
||||
versionCode: 124
|
||||
commit: a8dfe7cd4c28688098cc5d7863fc1e603f8bf9be
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.3.2
|
||||
rm:
|
||||
- ios
|
||||
- test_driver
|
||||
prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
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
|
||||
|
||||
MaintainerNotes: Ignore local maven repo for flutter_background_fetch.
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.1.2
|
||||
CurrentVersionCode: 123
|
||||
CurrentVersion: 1.1.3
|
||||
CurrentVersionCode: 124
|
||||
|
|
|
|||
Loading…
Reference in a new issue