aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
-rw-r--r--build.gradle11
2 files changed, 11 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55d0951e3..167f5bf9d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
###Changelog
+###Version 1.15.3
+* new [Blind Trust Before Verification](https://gultsch.de/trust.html) mode
+* easily share Barcode and XMPP uri from Account details
+* bug fixes
+
###Version 1.15.2
* automatically remove old OMEMO devices after 7 days
* bug fixes
diff --git a/build.gradle b/build.gradle
index 7a8b56bd4..bf0103b3f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -45,7 +45,7 @@ dependencies {
compile 'com.google.zxing:android-integration:3.2.1'
compile 'de.measite.minidns:minidns:0.1.7'
compile 'de.timroes.android:EnhancedListView:0.3.4'
- compile 'me.leolin:ShortcutBadger:1.1.4@aar'
+ compile 'me.leolin:ShortcutBadger:1.1.11@aar'
compile 'com.kyleduo.switchbutton:library:1.2.8'
compile 'org.whispersystems:axolotl-android:1.4.3'
compile 'com.makeramen:roundedimageview:2.2.1'
@@ -76,11 +76,12 @@ android {
buildToolsVersion "23.0.3"
defaultConfig {
- minSdkVersion 18
+ minSdkVersion 14
targetSdkVersion 24
- versionCode 177
- versionName "1.15.2"
+ versionCode 179
+ versionName "1.15.3"
+ //versionName "1.15.4 beta (2016-11-30)"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"
@@ -127,7 +128,7 @@ android {
}
buildTypes {
debug {
- minSdkVersion 21
+ minSdkVersion 14
debuggable true
buildTypes.release.signingConfig = null
//applicationIdSuffix ".debug"