add schulchat buildflavor

This commit is contained in:
Christian Schneppe 2019-11-02 13:37:02 +01:00
parent 1f7259407f
commit 267f920208
No known key found for this signature in database
GPG key ID: F30B8D686B44D87E

View file

@ -35,6 +35,7 @@ repositories {
configurations { configurations {
standardPushImplementation standardPushImplementation
standardImplementation standardImplementation
schulchatImplementation
} }
dependencies { dependencies {
@ -143,6 +144,12 @@ android {
standard { standard {
dimension "distribution" dimension "distribution"
} }
schulchat {
dimension "distribution"
applicationId = 'de.schulchat.messenger'
versionCode = 1
versionName = '1.0.0'
}
} }
if (project.hasProperty('mStoreFile') && if (project.hasProperty('mStoreFile') &&
project.hasProperty('mStorePassword') && project.hasProperty('mStorePassword') &&