mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update Yubico Authenticator to 7.2.2 (702024)
This commit is contained in:
parent
90886a3e75
commit
beac911705
1 changed files with 86 additions and 2 deletions
|
|
@ -1014,6 +1014,90 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
|
||||
- versionName: 7.2.2
|
||||
versionCode: 702021
|
||||
commit: 812c78014a1fe1d4650a0a0bd0069bf01ed27def
|
||||
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.2.2
|
||||
versionCode: 702022
|
||||
commit: 812c78014a1fe1d4650a0a0bd0069bf01ed27def
|
||||
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.2.2
|
||||
versionCode: 702024
|
||||
commit: 812c78014a1fe1d4650a0a0bd0069bf01ed27def
|
||||
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:
|
||||
|
|
@ -1021,5 +1105,5 @@ VercodeOperation:
|
|||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 4'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 7.2.0
|
||||
CurrentVersionCode: 702004
|
||||
CurrentVersion: 7.2.2
|
||||
CurrentVersionCode: 702024
|
||||
|
|
|
|||
Loading…
Reference in a new issue