1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-25 15:09:38 +00:00

Now require Android 4.1 or greater. Also better feed back on restore messages for Android 4.3 or lesser versions

This commit is contained in:
Loic Blot
2016-12-08 00:33:41 +01:00
parent e06377d64b
commit 09ab64044d
5 changed files with 28 additions and 20 deletions
+2 -2
View File
@@ -20,9 +20,9 @@ android {
defaultConfig {
applicationId "fr.unix_experience.owncloud_sms"
minSdkVersion 14
minSdkVersion 16
targetSdkVersion 25
maxSdkVersion 24
maxSdkVersion 25
}
buildTypes {