mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update Yubico Authenticator to 7.0.0 (700004)
This commit is contained in:
parent
c1ce8b6104
commit
17e5a0dcd7
1 changed files with 68 additions and 2 deletions
|
|
@ -594,6 +594,72 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
|
||||
- versionName: 7.0.0
|
||||
versionCode: 700001
|
||||
commit: 3c59e7cedaede3b670c0df139ff3896fd73d6429
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
srclibs:
|
||||
- flutter@3.16.4
|
||||
rm:
|
||||
- linux
|
||||
- macos
|
||||
- test
|
||||
- windows
|
||||
prebuild:
|
||||
- sed -i -e '/gms/d' android/{app/build.gradle,build.gradle}
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
|
||||
- versionName: 7.0.0
|
||||
versionCode: 700002
|
||||
commit: 3c59e7cedaede3b670c0df139ff3896fd73d6429
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
srclibs:
|
||||
- flutter@3.16.4
|
||||
rm:
|
||||
- linux
|
||||
- macos
|
||||
- test
|
||||
- windows
|
||||
prebuild:
|
||||
- sed -i -e '/gms/d' android/{app/build.gradle,build.gradle}
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
|
||||
- versionName: 7.0.0
|
||||
versionCode: 700004
|
||||
commit: 3c59e7cedaede3b670c0df139ff3896fd73d6429
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
srclibs:
|
||||
- flutter@3.16.4
|
||||
rm:
|
||||
- linux
|
||||
- macos
|
||||
- test
|
||||
- windows
|
||||
prebuild:
|
||||
- sed -i -e '/gms/d' android/{app/build.gradle,build.gradle}
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- 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:
|
||||
|
|
@ -601,5 +667,5 @@ VercodeOperation:
|
|||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 4'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 6.4.0
|
||||
CurrentVersionCode: 604014
|
||||
CurrentVersion: 7.0.0
|
||||
CurrentVersionCode: 700004
|
||||
|
|
|
|||
Loading…
Reference in a new issue