Skip to content

Commit

Permalink
Fixes #7 - Contact phone number is not recognized when containing cou…
Browse files Browse the repository at this point in the history
…ntry code
  • Loading branch information
salowenh committed Oct 13, 2019
1 parent a25d6ca commit d72aca0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ android {
applicationId "com.lowenhardt.pickup"
minSdkVersion 16
targetSdkVersion 29
versionCode 3
versionName "1.1"
versionCode 4
versionName "1.1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "pickup.vn.${versionName}.vc.${versionCode}")
setProperty("archivesBaseName", "pickup.${versionName}.vc.${versionCode}")
multiDexEnabled = true
vectorDrawables.useSupportLibrary = true
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/dialog_contact_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
android:textSize="@dimen/contact_config_edittext_text_size"
android:inputType="phone"
android:digits="0123456789+"
android:maxLength="14"
android:maxLength="17"
android:hint="@string/new_contact_config_phone_number" />

</com.google.android.material.textfield.TextInputLayout>
Expand Down

0 comments on commit d72aca0

Please sign in to comment.