Set minSdkVersion to 21
This commit is contained in:
parent
1303430e73
commit
2d4364a6ff
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ buildscript {
|
|||
buildConfig = [
|
||||
'compileSdk': 29,
|
||||
'targetSdk': 28,
|
||||
'minSdk': 19,
|
||||
'minSdk': 21,
|
||||
'buildTools': '29.0.2',
|
||||
'robolectricSdk': 28
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue