mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
nc_passwords_app - update and disable
This commit is contained in:
parent
696b43ddb2
commit
ada631727f
1 changed files with 12 additions and 10 deletions
|
|
@ -132,24 +132,26 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
||||
- versionName: 23.2.1
|
||||
versionCode: 23
|
||||
commit: e070397577de383ad8b474e4cf654f65f09c84b7
|
||||
- versionName: 23.2.2
|
||||
versionCode: 24
|
||||
disable: https://gitlab.com/joleaf/nc-passwords-app/-/issues/94
|
||||
commit: 4fc4b07d347e2f8a7ea14396cb2612be01546cd2
|
||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@2.5.1
|
||||
- flutter@2.10.5
|
||||
rm:
|
||||
- ios
|
||||
prebuild:
|
||||
- rm -fr ios
|
||||
- sed -i -e '/signingConfigs.debug/,+1d' -e '/std {}/d' android/app/build.gradle
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$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.
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
|
|
|
|||
Loading…
Reference in a new issue