mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update org.irmacard.cardemu to 7.5.5 (4194469)
This commit is contained in:
parent
8a8ea802c7
commit
73c59f5ebb
1 changed files with 41 additions and 2 deletions
|
|
@ -735,10 +735,49 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter build apk --flavor beta
|
- $$flutter$$/bin/flutter build apk --flavor beta
|
||||||
ndk: r21e
|
ndk: r21e
|
||||||
|
|
||||||
|
- versionName: 7.5.5
|
||||||
|
versionCode: 4194469
|
||||||
|
commit: ffc255bef528dc06672263734b8d138644a5d60d
|
||||||
|
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
|
MaintainerNotes: uses Sentry.io configured as opt-in
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v.*$
|
UpdateCheckMode: Tags ^v.*$
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 7.5.4
|
CurrentVersion: 7.5.5
|
||||||
CurrentVersionCode: 4194468
|
CurrentVersionCode: 4194469
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue