increase min SDK version to 22 to improve multi-SIM support
This commit is contained in:
parent
23203620ef
commit
eff3b70c93
|
@ -14,7 +14,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId "com.simplemobiletools.smsmessenger"
|
||||
minSdkVersion 21
|
||||
minSdkVersion 22
|
||||
targetSdkVersion 29
|
||||
versionCode 2
|
||||
versionName "5.0.1"
|
||||
|
|
Loading…
Reference in New Issue