aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-08-13 22:28:25 +0200
committerChristian Schneppe <christian@pix-art.de>2016-08-13 22:28:25 +0200
commit19a18b3a042718efa99346d3520c5ad32d34c95a (patch)
tree10ee0c4fb1b23048ffa3b206c153acefbad87e9f
parent6343d4c2083c4b09ca2f7a6cd42b6fe342c5ff7c (diff)
version 1.13.9
-rw-r--r--CHANGELOG.md6
-rw-r--r--build.gradle24
2 files changed, 18 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f29fa49f..db5aeab72 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
###Changelog
+###Version 1.13.9
+* add icons for files in chat view
+* reworked backup service to automatically backup database encrypted to local storage at 4 am each day
+* make human readable log export optional
+* bug fixes
+
###Version 1.13.8
* bug fixes
diff --git a/build.gradle b/build.gradle
index 95447b55f..65a29f522 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,7 +30,7 @@ configurations {
dependencies {
compile project(':libs:MemorizingTrustManager')
compile project(':libs:audiowife')
- playstoreCompile 'com.google.android.gms:play-services-gcm:9.2.1'
+ playstoreCompile 'com.google.android.gms:play-services-gcm:9.4.0'
compile 'org.sufficientlysecure:openpgp-api:10.0'
compile 'com.soundcloud.android:android-crop:1.0.1@aar'
compile 'com.android.support:support-v13:24.1.1'
@@ -44,20 +44,20 @@ dependencies {
compile 'de.timroes.android:EnhancedListView:0.3.4'
compile 'me.leolin:ShortcutBadger:1.1.4@aar'
compile 'com.kyleduo.switchbutton:library:1.2.8'
- compile 'org.whispersystems:axolotl-android:1.3.4'
- compile 'com.makeramen:roundedimageview:2.2.0'
+ compile 'org.whispersystems:axolotl-android:1.4.3'
+ compile 'com.makeramen:roundedimageview:2.2.1'
compile 'jetty:javax.servlet:5.1.12'
compile 'com.google.code.gson:gson:2.4'
compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'
compile 'com.android.support:appcompat-v7:24.1.1'
compile 'com.android.support:multidex:1.0.1'
- compile 'com.github.bumptech.glide:glide:3.5.2'
- compile 'com.github.chrisbanes:PhotoView:1.2.6'
- compile 'com.github.rtoshiro.fullscreenvideoview:fullscreenvideoview:1.1.0'
- compile 'com.google.android.gms:play-services-location:9.2.1'
- compile 'com.google.android.gms:play-services-maps:9.2.1'
- compile 'pub.devrel:easypermissions:0.1.7'
- compile 'com.google.android.gms:play-services-gcm:9.2.1'
+ compile 'com.github.bumptech.glide:glide:3.7.0'
+ compile 'com.github.chrisbanes:PhotoView:1.3.0'
+ compile 'com.github.rtoshiro.fullscreenvideoview:fullscreenvideoview:1.1.1'
+ compile 'com.google.android.gms:play-services-location:9.4.0'
+ compile 'com.google.android.gms:play-services-maps:9.4.0'
+ compile 'pub.devrel:easypermissions:0.1.9'
+ compile 'com.google.android.gms:play-services-gcm:9.4.0'
}
ext {
@@ -73,8 +73,8 @@ android {
minSdkVersion 14
targetSdkVersion 23
- versionCode 159
- versionName "1.13.8"
+ versionCode 160
+ versionName "1.13.9"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"