add schulchat buildflavor
This commit is contained in:
parent
1f7259407f
commit
267f920208
1 changed files with 7 additions and 0 deletions
|
@ -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') &&
|
||||
|
|
Reference in a new issue