mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update Peercoin to 0.8.6 (83)
This commit is contained in:
parent
4ac01c4e39
commit
d5d5c7ff69
1 changed files with 26 additions and 2 deletions
|
|
@ -394,10 +394,34 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 0.8.6
|
||||
versionCode: 83
|
||||
commit: a57714590f66cdfc44b0d788c7dfb91e6a93d99b
|
||||
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.0
|
||||
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: 0.8.5
|
||||
CurrentVersionCode: 82
|
||||
CurrentVersion: 0.8.6
|
||||
CurrentVersionCode: 83
|
||||
|
|
|
|||
Loading…
Reference in a new issue