1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-11 16:32:53 +00:00

Android 5.1 support

This commit is contained in:
Loic Blot
2015-03-14 18:01:41 +01:00
parent bd15c3d594
commit c61310c59f
+3 -3
View File
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="fr.unix_experience.owncloud_sms"
android:versionCode="18"
android:versionName="0.17.0">
android:versionCode="19"
android:versionName="0.17.1">
<!-- From Android 4.0 to 5.0 -->
<uses-sdk
android:maxSdkVersion="21"
android:maxSdkVersion="22"
android:minSdkVersion="14"
android:targetSdkVersion="21" />