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 {
|
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') &&
|
||||||
|
|
Reference in a new issue