mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update NC Passwords to 21.2.4 (17)
This commit is contained in:
parent
7ff8b735e4
commit
a2695722bd
1 changed files with 17 additions and 2 deletions
|
|
@ -61,6 +61,21 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
||||
- versionName: 21.2.4
|
||||
versionCode: 17
|
||||
commit: v21.2.4
|
||||
subdir: android/app
|
||||
output: ../../build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.5
|
||||
prebuild:
|
||||
- rm -fr ios
|
||||
- echo "flutter.sdk=$$flutter$$" >> ../local.properties
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
||||
MaintainerNotes: |-
|
||||
Builds will fail when the srclib ref of flutter and the version with which
|
||||
upstream has been built with differ.
|
||||
|
|
@ -68,5 +83,5 @@ MaintainerNotes: |-
|
|||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://gitlab.com/api/v4/projects/20533103/repository/files/pubspec.yaml/raw?ref=main|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 21.2.3
|
||||
CurrentVersionCode: 16
|
||||
CurrentVersion: 21.2.4
|
||||
CurrentVersionCode: 17
|
||||
|
|
|
|||
Loading…
Reference in a new issue