mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 14:17:26 +00:00
Merge branch 'master' into 'master'
New app: Cryptocam See merge request fdroid/fdroiddata!7026
This commit is contained in:
commit
eb7e5d9447
1 changed files with 28 additions and 0 deletions
28
metadata/com.tnibler.cryptocam.yml
Normal file
28
metadata/com.tnibler.cryptocam.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
Categories:
|
||||
- Security
|
||||
- Multimedia
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Thomas Nibler
|
||||
AuthorEmail: cryptocam@tnibler.de
|
||||
SourceCode: https://gitlab.com/tnibler/cryptocam/tree/HEAD
|
||||
IssueTracker: https://gitlab.com/tnibler/cryptocam/issues
|
||||
|
||||
AutoName: Cryptocam
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/tnibler/cryptocam
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: v1.0.2
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
build: ANDROID_SDK_HOME=$$SDK$$ ANDROID_SDK_ROOT=$$SDK$$ ANDROID_NDK_HOME=$$NDK$$
|
||||
./complete_build.sh
|
||||
ndk: r21d
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
Loading…
Reference in a new issue