Version bump
This commit is contained in:
parent
c5dc1628a4
commit
1e50c4c55c
2 changed files with 4 additions and 3 deletions
|
@ -52,8 +52,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 102
|
versionCode 103
|
||||||
versionName "1.7.0"
|
versionName "1.7.1"
|
||||||
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -164,7 +164,8 @@
|
||||||
</activity>
|
</activity>
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.UpdaterActivity"
|
android:name=".ui.UpdaterActivity"
|
||||||
android:screenOrientation="portrait"
|
android:configChanges="orientation|screenSize"
|
||||||
|
android:launchMode="singleTask"
|
||||||
android:theme="@style/ConversationsTheme"
|
android:theme="@style/ConversationsTheme"
|
||||||
android:label="@string/title_activity_updater" >
|
android:label="@string/title_activity_updater" >
|
||||||
</activity>
|
</activity>
|
||||||
|
|
Reference in a new issue