File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments