Patch random place where we forgot to update minSdk.

main
Greyson Parrelli 2023-01-26 16:12:01 -05:00
rodzic ca468047ef
commit 1263b51e03
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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
} }