mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
34 lines
1 KiB
YAML
34 lines
1 KiB
YAML
Categories:
|
|
- Password & 2FA
|
|
- Security
|
|
License: MIT
|
|
AuthorName: SphericalKat and shamith16
|
|
SourceCode: https://gitlab.com/ATechnoHazard/secur
|
|
IssueTracker: https://gitlab.com/ATechnoHazard/secur/issues
|
|
Changelog: https://gitlab.com/ATechnoHazard/secur/-/releases
|
|
|
|
AutoName: Secur
|
|
|
|
RepoType: git
|
|
Repo: https://gitlab.com/ATechnoHazard/secur.git
|
|
|
|
Builds:
|
|
- versionName: 1.0.1
|
|
versionCode: 5
|
|
commit: 1.0.1+5
|
|
output: build/app/outputs/apk/release/app-release.apk
|
|
srclibs:
|
|
- flutter@1.22.6
|
|
prebuild:
|
|
- echo 'android.applicationVariants.all { variant -> variant.outputs.all { output
|
|
-> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
build:
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
|
- $$flutter$$/bin/flutter build apk
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
|
CurrentVersion: 1.0.1
|
|
CurrentVersionCode: 5
|