mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Bump secur version
Signed-off-by: SphericalKat <amolele@gmail.com>
This commit is contained in:
parent
5c9d2f5dad
commit
84e22a72c7
1 changed files with 32 additions and 0 deletions
32
metadata/com.u2fa.secur.yml
Normal file
32
metadata/com.u2fa.secur.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Security
|
||||
License: MIT
|
||||
AuthorName: SphericalKat and shamith16
|
||||
SourceCode: https://gitlab.com/ATechnoHazard/secur
|
||||
IssueTracker: https://gitlab.com/ATechnoHazard/secur/issues
|
||||
|
||||
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 %v+%c
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://ATechnoHazard.gitlab.io/secur/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 5
|
||||
Loading…
Reference in a new issue