mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 05:44:54 +00:00
Remove git submodules from build script as they are automatically updated by fdroid. Also decrement wrongly changed version numbers.
This commit is contained in:
parent
c1a9980d14
commit
a158cd3e96
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