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 {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 21
|
||||
versionCode 102
|
||||
versionName "1.7.0"
|
||||
versionCode 103
|
||||
versionName "1.7.1"
|
||||
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Reference in a new issue