mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update NC Passwords to 21.4.0 (18)
This commit is contained in:
parent
861769f002
commit
f674601d0c
1 changed files with 17 additions and 2 deletions
|
|
@ -76,6 +76,21 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
||||
- versionName: 21.4.0
|
||||
versionCode: 18
|
||||
commit: v21.4.0
|
||||
subdir: android/app
|
||||
output: ../../build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.6
|
||||
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.
|
||||
|
|
@ -83,5 +98,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.4
|
||||
CurrentVersionCode: 17
|
||||
CurrentVersion: 21.4.0
|
||||
CurrentVersionCode: 18
|
||||
|
|
|
|||
Loading…
Reference in a new issue