bumped up minSdk

This commit is contained in:
X1nto 2020-07-21 16:43:41 +04:00
parent fee712e654
commit 7fe84dc893
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ buildscript {
ext.androidBuildVersionTools = "29.0.3"
ext.androidMinSdk = 14
ext.androidMinSdk = 21
ext.androidTargetSdk = 29
ext.androidCompileSdk = 29