aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2015-10-31 17:55:16 +0100
committerChristian S <christian@pix-art.de>2015-10-31 17:55:16 +0100
commit1e50c4c55c583612b4e1796024f87c83803c55c3 (patch)
treedc9134c6c6514aa2734f9d12619af5cd9c7bae04
parentc5dc1628a4068b8af3b2250080897e35937dc815 (diff)
Version bump
-rw-r--r--build.gradle4
-rw-r--r--src/main/AndroidManifest.xml3
2 files changed, 4 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index c66497894..8fe7cabe3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -52,8 +52,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
- versionCode 102
- versionName "1.7.0"
+ versionCode 103
+ versionName "1.7.1"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
}
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index f1f665d74..3e048b25c 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -164,7 +164,8 @@
</activity>
<activity
android:name=".ui.UpdaterActivity"
- android:screenOrientation="portrait"
+ android:configChanges="orientation|screenSize"
+ android:launchMode="singleTask"
android:theme="@style/ConversationsTheme"
android:label="@string/title_activity_updater" >
</activity>