Bump minSdk to 21.

This commit is contained in:
Greyson Parrelli
2023-01-17 11:52:03 -05:00
committed by Cody Henthorne
parent f36efc562e
commit 8cfd02aff2
+1 -1
View File
@@ -32,7 +32,7 @@ ext {
COMPILE_SDK = 33
TARGET_SDK = 31
MINIMUM_SDK = 19
MINIMUM_SDK = 21
JAVA_VERSION = JavaVersion.VERSION_1_8
}