Patch random place where we forgot to update minSdk.

This commit is contained in:
Greyson Parrelli 2023-01-26 16:12:01 -05:00
parent ca468047ef
commit 1263b51e03
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ android {
versionCode 1
versionName "1.0"
minSdkVersion 19
minSdkVersion 21
targetSdkVersion TARGET_SDK
multiDexEnabled true
}