aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md1
-rw-r--r--build.gradle13
2 files changed, 4 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3bb136288..1d4598ffe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -144,6 +144,7 @@
* Icons for attach menu
* send typing notifications in private, non-anonymous MUCs
* change media directory names
+* keep OTR, but without further development and support, just for compatibility
* bug fixes
#### Version 1.16.5
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') &&