mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update Yubico Authenticator to 7.1.0 (701004)
This commit is contained in:
parent
2a734c41ef
commit
1a450fb73f
1 changed files with 86 additions and 2 deletions
|
|
@ -762,6 +762,90 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
|
||||
- versionName: 7.1.0
|
||||
versionCode: 701001
|
||||
commit: 1a9db69418af38d2d953d5d4b2f0e7e41cf49ed7
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- linux
|
||||
- macos
|
||||
- test
|
||||
- windows
|
||||
prebuild:
|
||||
- source .github/workflows/env
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $FLUTTER
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- pushd android/app
|
||||
- gradle collectLicenses
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
|
||||
- versionName: 7.1.0
|
||||
versionCode: 701002
|
||||
commit: 1a9db69418af38d2d953d5d4b2f0e7e41cf49ed7
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- linux
|
||||
- macos
|
||||
- test
|
||||
- windows
|
||||
prebuild:
|
||||
- source .github/workflows/env
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $FLUTTER
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- pushd android/app
|
||||
- gradle collectLicenses
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
|
||||
- versionName: 7.1.0
|
||||
versionCode: 701004
|
||||
commit: 1a9db69418af38d2d953d5d4b2f0e7e41cf49ed7
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- linux
|
||||
- macos
|
||||
- test
|
||||
- windows
|
||||
prebuild:
|
||||
- source .github/workflows/env
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $FLUTTER
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- pushd android/app
|
||||
- gradle collectLicenses
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^[\d.]+$
|
||||
VercodeOperation:
|
||||
|
|
@ -769,5 +853,5 @@ VercodeOperation:
|
|||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 4'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 7.0.1
|
||||
CurrentVersionCode: 700014
|
||||
CurrentVersion: 7.1.0
|
||||
CurrentVersionCode: 701004
|
||||
|
|
|
|||
Loading…
Reference in a new issue