diff options
-rw-r--r-- | build.gradle | 7 |
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') && |