From a158cd3e96b2ac92a976eb98985f0b5ac8c419f4 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sun, 4 Oct 2020 16:03:57 +0000 Subject: [PATCH] Remove git submodules from build script as they are automatically updated by fdroid. Also decrement wrongly changed version numbers. --- metadata/com.tnibler.cryptocam.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 metadata/com.tnibler.cryptocam.yml diff --git a/metadata/com.tnibler.cryptocam.yml b/metadata/com.tnibler.cryptocam.yml new file mode 100644 index 0000000000..8aaa20d4ae --- /dev/null +++ b/metadata/com.tnibler.cryptocam.yml @@ -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