increase min SDK version to 22 to improve multi-SIM support

This commit is contained in:
tibbi 2020-05-03 22:06:21 +02:00
parent 23203620ef
commit eff3b70c93
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ android {
defaultConfig {
applicationId "com.simplemobiletools.smsmessenger"
minSdkVersion 21
minSdkVersion 22
targetSdkVersion 29
versionCode 2
versionName "5.0.1"