mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update SnapSafe to 2.0.1 (13)
This commit is contained in:
parent
4575eb2865
commit
8250a51327
1 changed files with 14 additions and 6 deletions
|
|
@ -2,14 +2,14 @@ Categories:
|
|||
- Security
|
||||
License: MIT
|
||||
AuthorName: Wavesonics
|
||||
SourceCode: https://github.com/Wavesonics/SecureCamera
|
||||
IssueTracker: https://github.com/Wavesonics/SecureCamera/issues
|
||||
SourceCode: https://github.com/SecureCamera/SecureCameraAndroid
|
||||
IssueTracker: https://github.com/SecureCamera/SecureCameraAndroid/issues
|
||||
|
||||
AutoName: SnapSafe
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Wavesonics/SecureCamera
|
||||
Binaries: https://github.com/Wavesonics/SecureCamera/releases/download/v%v/app-release.apk
|
||||
Repo: https://github.com/SecureCamera/SecureCameraAndroid
|
||||
Binaries: https://github.com/SecureCamera/SecureCameraAndroid/releases/download/v%v/app-oss-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.4.2
|
||||
|
|
@ -18,11 +18,19 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/SecureCamera/SecureCameraAndroid/releases/download/v%v/app-release.apk
|
||||
|
||||
- versionName: 2.0.1
|
||||
versionCode: 13
|
||||
commit: 0be5b9b8e4500108f7e82497efa75f563a194bce
|
||||
subdir: app
|
||||
gradle:
|
||||
- oss
|
||||
|
||||
AllowedAPKSigningKeys: 66a4da23c900c2a57c117c026059eb1352a04e8a7dc00b393bbddbcc7e1383b6
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: gradle/libs.versions.toml|versionCode = "(\d+)"|.|versionName = "(.+)"
|
||||
CurrentVersion: 1.4.2
|
||||
CurrentVersionCode: 9
|
||||
CurrentVersion: 2.0.1
|
||||
CurrentVersionCode: 13
|
||||
|
|
|
|||
Loading…
Reference in a new issue