Version bump

This commit is contained in:
Christian S 2015-10-31 17:55:16 +01:00
parent c5dc1628a4
commit 1e50c4c55c
2 changed files with 4 additions and 3 deletions

View file

@ -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);
}

View file

@ -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>