mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 06:06:56 +00:00
Update org.irmacard.cardemu to v7.11.2 (4194491)
This commit is contained in:
parent
405ed51a82
commit
721dc3ee2e
1 changed files with 41 additions and 3 deletions
|
|
@ -1128,10 +1128,48 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk --flavor beta
|
||||
ndk: r25c
|
||||
|
||||
- versionName: 7.11.2
|
||||
versionCode: 4194491
|
||||
commit: 0bb1a490530d10cd6369b48fe108cc5226964799
|
||||
subdir: yivi_fdroid
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y -t bookworm-backports golang-go
|
||||
output: build/app/outputs/flutter-apk/app-beta-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- yivi_app
|
||||
- .vscode
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export version=$(grep "^FLUTTER_VERSION" ../ci_scripts/install_flutter.sh
|
||||
| cut -d "\"" -f2)
|
||||
- '[[ $version ]]'
|
||||
- git -C $$flutter$$ checkout -f $version
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- sdkmanager 'platforms;android-36' 'build-tools;36.1.0'
|
||||
scandelete:
|
||||
- yivi_fdroid/.pub-cache
|
||||
build:
|
||||
- export GOPATH="$PWD/golang"
|
||||
- export PATH="$GOPATH/bin:$PATH"
|
||||
- pushd ../yivi_core
|
||||
- go install golang.org/x/mobile/cmd/gomobile@latest
|
||||
- gomobile init
|
||||
- gomobile bind -target android -androidapi 26 -o android/irmagobridge/irmagobridge.aar
|
||||
github.com/privacybydesign/irmamobile/irmagobridge
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --flavor beta
|
||||
ndk: r25c
|
||||
|
||||
MaintainerNotes: uses Sentry.io configured as opt-in
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 7.10.0
|
||||
CurrentVersionCode: 4194479
|
||||
UpdateCheckData: yivi_fdroid/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 7.11.2
|
||||
CurrentVersionCode: 4194491
|
||||
|
|
|
|||
Loading…
Reference in a new issue