Commit e87a9d9f authored by Grigory Fedorov's avatar Grigory Fedorov

maxSdkVersion set 13 (lower Android 4). Version code 104

parent 590c4d61
...@@ -8,6 +8,7 @@ android { ...@@ -8,6 +8,7 @@ android {
applicationId "com.xabber.android.classic" applicationId "com.xabber.android.classic"
minSdkVersion 3 minSdkVersion 3
targetSdkVersion 9 targetSdkVersion 9
maxSdkVersion 13
} }
buildTypes { buildTypes {
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
--> -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.xabber.android.classic" package="com.xabber.android.classic"
android:versionCode="103" android:versionCode="104"
android:versionName="@string/application_version" android:versionName="@string/application_version"
android:installLocation="auto" android:installLocation="auto"
> >
......
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