mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update NC Passwords to 21.2.3 (16)
This commit is contained in:
parent
a93cef2455
commit
7035f5be79
1 changed files with 17 additions and 2 deletions
|
|
@ -46,6 +46,21 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
||||
- versionName: 21.2.3
|
||||
versionCode: 16
|
||||
commit: v21.2.3
|
||||
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.
|
||||
|
|
@ -53,5 +68,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.0
|
||||
CurrentVersionCode: 15
|
||||
CurrentVersion: 21.2.3
|
||||
CurrentVersionCode: 16
|
||||
|
|
|
|||
Loading…
Reference in a new issue