Skip to content

Commit ed56bb4

Browse files
committed
Clarify data type of text (and increases version number)
1 parent 5d34406 commit ed56bb4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
multiDexEnabled true
1616

1717
// Version code should be increased after each release
18-
versionCode 66
18+
versionCode 69
1919
versionName new Date().format('yyyy.MM.dd')
2020

2121
testApplicationId "net.osmtracker.test"

app/src/main/res/layout/github_repository_settings.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
android:id="@+id/github_username"
4444
android:layout_width="0dip"
4545
android:layout_height="match_parent"
46-
android:inputType="textEmailAddress"
46+
android:inputType="text"
4747
android:layout_weight="70"
4848
android:gravity="center"/>
4949
</LinearLayout>
@@ -65,7 +65,7 @@
6565
android:id="@+id/repository_name"
6666
android:layout_width="0dip"
6767
android:layout_height="match_parent"
68-
android:inputType="textEmailAddress"
68+
android:inputType="text"
6969
android:layout_weight="70"
7070
android:gravity="center"/>
7171
</LinearLayout>
@@ -87,7 +87,7 @@
8787
android:id="@+id/branch_name"
8888
android:layout_width="0dip"
8989
android:layout_height="match_parent"
90-
android:inputType="textEmailAddress"
90+
android:inputType="text"
9191
android:layout_weight="70"
9292
android:gravity="center"/>
9393
</LinearLayout>

0 commit comments

Comments
 (0)