Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-03-09 18:23:40 +0300
committerStefan Niedermann <info@niedermann.it>2021-03-09 18:23:40 +0300
commitf9a58619d4ff2719bb67cdd15b8684db4118083d (patch)
tree62446991de84e8638de0ae223927bdd494c11853
parent71eee1458458ef7a8e123cf81688ba63eebbdca1 (diff)
Add pfungstadt flavor
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--app/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 2d9436b79..790bec9d2 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -49,6 +49,10 @@ android {
dimension "version"
applicationIdSuffix ".play"
}
+ pfungstadt {
+ dimension "version"
+ applicationIdSuffix ".pfungstadt"
+ }
}
testOptions {
unitTests {