Remove git submodules from build script as they are automatically updated by fdroid. Also decrement wrongly changed version numbers.

This commit is contained in:
Thomas 2020-10-04 16:03:57 +00:00 committed by Pierre Rudloff
parent c1a9980d14
commit a158cd3e96

View 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