Prepares release 1.8.0

This commit is contained in:
stom79 2018-02-15 17:10:28 +01:00
parent 42c055f66e
commit 3d2d19b417
2 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@ android {
applicationId "fr.gouv.etalab.mastodon"
minSdkVersion 15
targetSdkVersion 27
versionCode 111
versionName "1.7.9.1"
versionCode 112
versionName "1.8.0"
}
flavorDimensions "default"
buildTypes {

View File

@ -43,12 +43,12 @@
android:layout_height="wrap_content">
<android.support.design.widget.TextInputLayout
android:id="@+id/login_instance_layout"
android:layout_width="match_parent"
android:layout_width="300dp"
android:layout_height="wrap_content"
app:errorEnabled="true">
<AutoCompleteTextView
android:id="@+id/login_instance"
android:layout_width="300dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:imeOptions="actionNext"
android:maxLines="1"