mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update org.irmacard.cardemu to 7.4.2 (4194462)
This commit is contained in:
parent
c0e8af3e27
commit
ad1466935e
1 changed files with 40 additions and 2 deletions
|
|
@ -538,10 +538,48 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk --flavor beta
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 7.4.2
|
||||
versionCode: 4194462
|
||||
commit: 3799ebb46de61d801f3cece07641a482b8f5b7c2
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y -t bullseye-backports golang-go
|
||||
output: build/app/outputs/flutter-apk/app-beta-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
- .idea
|
||||
- .reuse
|
||||
- .vscode
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export version=$(grep "^FLUTTER_VERSION" ci_scripts/install_flutter.sh | cut
|
||||
-d "\"" -f2)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- sdkmanager 'platforms;android-32' 'build-tools;32.0.0'
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export GOPATH="$PWD/golang"
|
||||
- export PATH="$GOPATH/bin:$PATH"
|
||||
- go install golang.org/x/mobile/cmd/gomobile@latest
|
||||
- gomobile init
|
||||
- gomobile bind -target android -o android/irmagobridge/irmagobridge.aar github.com/privacybydesign/irmamobile/irmagobridge
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --flavor beta
|
||||
ndk: r21e
|
||||
|
||||
MaintainerNotes: uses Sentry.io configured as opt-in
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 7.4.1
|
||||
CurrentVersionCode: 4194461
|
||||
CurrentVersion: 7.4.2
|
||||
CurrentVersionCode: 4194462
|
||||
|
|
|
|||
Loading…
Reference in a new issue