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

View File

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