increase min SDK version to 22 to improve multi-SIM support
This commit is contained in:
parent
23203620ef
commit
eff3b70c93
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.simplemobiletools.smsmessenger"
|
applicationId "com.simplemobiletools.smsmessenger"
|
||||||
minSdkVersion 21
|
minSdkVersion 22
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 2
|
versionCode 2
|
||||||
versionName "5.0.1"
|
versionName "5.0.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue