mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update AuthPass Password Manager to 1.9.1 (155)
This commit is contained in:
parent
546de6f6c8
commit
df786eb0ea
1 changed files with 21 additions and 2 deletions
|
|
@ -451,8 +451,27 @@ Builds:
|
|||
- tmp/flutter/bin/flutter build apk -t lib/env/fdroid.dart --flavor fdroid --release
|
||||
ndk: r21d
|
||||
|
||||
- versionName: 1.9.1
|
||||
versionCode: 155
|
||||
commit: 4f73dfc79ba0473248284fab170496dc53d2a5d4
|
||||
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.9.0
|
||||
CurrentVersionCode: 154
|
||||
CurrentVersion: 1.9.1
|
||||
CurrentVersionCode: 155
|
||||
|
|
|
|||
Loading…
Reference in a new issue