mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-12 10:26:20 +00:00
Android 5.1 support
This commit is contained in:
parent
bd15c3d594
commit
c61310c59f
@ -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" />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user