aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-12 22:02:11 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-12 22:02:11 +0200
commitdf7b28a3348f52c71a3df8c226416cf28509d7ce (patch)
tree0ad08e7545174abe0fa952fc7b785e6640627cda /build.gradle
parent12f098230da69a283cde3a51f6c253200e0eb0cf (diff)
update build.gradle and CHANGELOG.md for upcoming 2.0.0
Diffstat (limited to '')
-rw-r--r--build.gradle13
1 files changed, 3 insertions, 10 deletions
diff --git a/build.gradle b/build.gradle
index 160e67943..255a48e53 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,7 +35,7 @@ configurations {
}
ext {
- supportLibVersion = '27.1.0'
+ supportLibVersion = '27.1.1'
}
dependencies {
@@ -87,8 +87,8 @@ android {
minSdkVersion 16
targetSdkVersion 25
- versionCode 224
- versionName "2.0.0 beta (2018-04-11)"
+ versionCode 225
+ versionName "2.0.0 beta (2018-04-12)"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"
@@ -120,13 +120,6 @@ android {
productFlavors {
standardPush
standard
- open {
- buildConfigField("String", "UPDATE_URL", '"https://xmpp.pix-art.de/Pix-Art_Messenger/update/open/"')
- applicationId "de.pixart.openmessenger"
- resValue "string", "applicationId", applicationId
- resValue "string", "app_name", "Pix-Art Messenger"
- dimension "distribution"
- }
}
if (project.hasProperty('mStoreFile') &&
project.hasProperty('mStorePassword') &&