mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update AuthPass Password Manager to 1.7.5 (144)
This commit is contained in:
parent
7901aaa1b3
commit
d80c72d00c
1 changed files with 21 additions and 2 deletions
|
|
@ -240,8 +240,27 @@ Builds:
|
||||||
- tmp/flutter/bin/flutter build apk -t lib/env/fdroid.dart --flavor fdroid --release
|
- tmp/flutter/bin/flutter build apk -t lib/env/fdroid.dart --flavor fdroid --release
|
||||||
ndk: r21d
|
ndk: r21d
|
||||||
|
|
||||||
|
- versionName: 1.7.5
|
||||||
|
versionCode: 144
|
||||||
|
commit: fdroid-v1.7.5
|
||||||
|
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 fdroid-v%v
|
AutoUpdateMode: Version fdroid-v%v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://data.authpass.app/data/fdroid-version.txt|versionCode=(.*)|.|versionName=(.*)
|
UpdateCheckData: https://data.authpass.app/data/fdroid-version.txt|versionCode=(.*)|.|versionName=(.*)
|
||||||
CurrentVersion: 1.7.4
|
CurrentVersion: 1.7.5
|
||||||
CurrentVersionCode: 143
|
CurrentVersionCode: 144
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue