mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update AuthPass Password Manager to 1.9.6 (161)
This commit is contained in:
parent
070a07aacb
commit
47d19fe768
1 changed files with 25 additions and 2 deletions
|
|
@ -569,8 +569,31 @@ Builds:
|
|||
- tmp/flutter/bin/flutter build apk -t lib/env/fdroid.dart --flavor fdroid --release
|
||||
ndk: r21d
|
||||
|
||||
- versionName: 1.9.6
|
||||
versionCode: 161
|
||||
commit: 6a835981e32b1e7bb17a59dea1c7cd59cb05ada8
|
||||
subdir: authpass
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
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.5
|
||||
CurrentVersionCode: 160
|
||||
CurrentVersion: 1.9.6
|
||||
CurrentVersionCode: 161
|
||||
|
|
|
|||
Loading…
Reference in a new issue