mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-24 22:55:37 +00:00
Android 5.1 support
This commit is contained in:
+3
-3
@@ -1,12 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="fr.unix_experience.owncloud_sms"
|
package="fr.unix_experience.owncloud_sms"
|
||||||
android:versionCode="18"
|
android:versionCode="19"
|
||||||
android:versionName="0.17.0">
|
android:versionName="0.17.1">
|
||||||
|
|
||||||
<!-- From Android 4.0 to 5.0 -->
|
<!-- From Android 4.0 to 5.0 -->
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:maxSdkVersion="21"
|
android:maxSdkVersion="22"
|
||||||
android:minSdkVersion="14"
|
android:minSdkVersion="14"
|
||||||
android:targetSdkVersion="21" />
|
android:targetSdkVersion="21" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user