mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 13:46:52 +00:00
Update org.irmacard.cardemu to 7.5.4 (4194468)
This commit is contained in:
parent
a5200e844d
commit
c394779049
1 changed files with 41 additions and 2 deletions
|
|
@ -696,10 +696,49 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk --flavor beta
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 7.5.4
|
||||
versionCode: 4194468
|
||||
commit: ff63ef3712c2f866b29b8b42c0f7fb88d48fdd43
|
||||
submodules: true
|
||||
sudo:
|
||||
- echo "deb http://deb.debian.org/debian testing main" > /etc/apt/sources.list.d/testing.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t testing 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.5.3
|
||||
CurrentVersionCode: 4194467
|
||||
CurrentVersion: 7.5.4
|
||||
CurrentVersionCode: 4194468
|
||||
|
|
|
|||
Loading…
Reference in a new issue