aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2019-11-02 13:37:02 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2019-11-02 14:03:07 +0100
commit267f9202081f59c25565df3dd04779c736acaeb5 (patch)
tree3065337ca0749f7da91fedcb57f7cd31b4c62eda /build.gradle
parent1f7259407fcacb0574f3bc80517d5e3be2befbac (diff)
add schulchat buildflavor
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle7
1 files changed, 7 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 76686ef6d..520f606b3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,6 +35,7 @@ repositories {
configurations {
standardPushImplementation
standardImplementation
+ schulchatImplementation
}
dependencies {
@@ -143,6 +144,12 @@ android {
standard {
dimension "distribution"
}
+ schulchat {
+ dimension "distribution"
+ applicationId = 'de.schulchat.messenger'
+ versionCode = 1
+ versionName = '1.0.0'
+ }
}
if (project.hasProperty('mStoreFile') &&
project.hasProperty('mStorePassword') &&