mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update AuthPass Password Manager to 1.8.1 (152)
This commit is contained in:
parent
54332fa2a8
commit
f0ac48d9ff
1 changed files with 21 additions and 2 deletions
|
|
@ -392,8 +392,27 @@ Builds:
|
|||
- tmp/flutter/bin/flutter build apk -t lib/env/fdroid.dart --flavor fdroid --release
|
||||
ndk: r21d
|
||||
|
||||
- versionName: 1.8.1
|
||||
versionCode: 152
|
||||
commit: 93d3507d5aed0de6a17ff0a69903da3070e243fd
|
||||
subdir: authpass
|
||||
submodules: true
|
||||
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||
rm:
|
||||
- authpass/ios
|
||||
- authpass/macos
|
||||
- deps/kdbx.dart/libargon2*
|
||||
- authpass/_tools/blackbox.go.linux
|
||||
build:
|
||||
- echo 'systemProp.design.codeux.ndkVersion=21.3.6528147' >> android/gradle.properties
|
||||
- mkdir tmp
|
||||
- DEPS=./tmp _tools/install_flutter.sh
|
||||
- tmp/flutter/bin/flutter config --no-analytics
|
||||
- tmp/flutter/bin/flutter build apk -t lib/env/fdroid.dart --flavor fdroid --release
|
||||
ndk: r21d
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^fdroid-v[0-9.]+$
|
||||
UpdateCheckData: authpass/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.8.0
|
||||
CurrentVersionCode: 151
|
||||
CurrentVersion: 1.8.1
|
||||
CurrentVersionCode: 152
|
||||
|
|
|
|||
Loading…
Reference in a new issue