Remove Android 19 support

This commit is contained in:
Jordan Rose
2023-01-26 11:20:54 -08:00
parent 9c02d7a8cd
commit 5b3d8bb731
5 changed files with 8 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ android {
compileSdkVersion 31
defaultConfig {
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 30
multiDexEnabled true
}