Commit 09bbbf72 authored by Grigory Fedorov's avatar Grigory Fedorov

Merge tag '1.0.0' into develop

1.0.0
parents 1b0564e6 cac564df
......@@ -8,8 +8,8 @@ android {
applicationId "com.xabber.androiddev"
minSdkVersion 14
targetSdkVersion 22
versionCode 171
versionName '0.10.71'
versionCode 172
versionName '1.0.0'
}
compileOptions {
......
......@@ -53,7 +53,6 @@
<EditTextPreference
android:key="@string/account_proxy_port_key"
android:title="@string/account_proxy_port"
android:inputType="number"
android:singleLine="true"
/>
<EditTextPreference
......
......@@ -66,7 +66,6 @@
android:key="@string/account_port_key"
android:title="@string/account_port"
android:singleLine="true"
android:inputType="number"
android:dependency="@string/account_custom_key"
/>
<EditTextPreference
......@@ -77,7 +76,6 @@
<com.xabber.android.ui.widget.PriorityPreference
android:key="@string/account_priority_key"
android:title="@string/account_priority"
android:inputType="numberSigned"
android:singleLine="true"
/>
<CheckBoxPreference
......@@ -110,7 +108,6 @@
<EditTextPreference
android:key="@string/account_proxy_port_key"
android:title="@string/account_proxy_port"
android:inputType="number"
android:singleLine="true"
/>
<EditTextPreference
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment