Skip to content

Commit

Permalink
Bump version code to 1.0.14.2/19
Browse files Browse the repository at this point in the history
  • Loading branch information
IHFSchwarz committed Nov 29, 2017
1 parent 6e4915e commit 15295f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_post_call.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />

<!--
<EditText
Expand All @@ -71,7 +71,7 @@
android:layout_below="@+id/callSignSearchView"
android:focusableInTouchMode="true"
android:hint="@string/transmittergroup_prompt"
android:inputType="text|textNoSuggestions|textMultiLine" />
android:inputType="text|textNoSuggestions" />

<Switch
android:id="@+id/post_call_emergencyswitch"
Expand Down

0 comments on commit 15295f4

Please sign in to comment.