From 15295f42fb416e7702ae17383fbb0bdafa2a552a Mon Sep 17 00:00:00 2001 From: Schwarz Date: Wed, 29 Nov 2017 14:30:43 +0100 Subject: [PATCH] Bump version code to 1.0.14.2/19 --- app/build.gradle | 4 ++-- app/src/main/res/layout/activity_post_call.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 69c3e02..8f935a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { minSdkVersion 15 //noinspection OldTargetApi targetSdkVersion 25 - versionCode 18 - versionName "1.0.14.1" + versionCode 19 + versionName "1.0.14.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/app/src/main/res/layout/activity_post_call.xml b/app/src/main/res/layout/activity_post_call.xml index 6b4e8df..d0ea46b 100644 --- a/app/src/main/res/layout/activity_post_call.xml +++ b/app/src/main/res/layout/activity_post_call.xml @@ -53,7 +53,7 @@ android:layout_below="@+id/til_postcalltext" android:focusableInTouchMode="true" android:hint="@string/callsign_prompt" - android:inputType="text|textNoSuggestions|textMultiLine" /> + android:inputType="textFilter|textNoSuggestions" />