v0.7.2b: suppressed the 'minSdkTooLow' warning in the main gradle file

This commit is contained in:
Evan Debenham 2019-04-18 13:13:43 -04:00
parent ae48476694
commit eefcb5115a

View File

@ -6,6 +6,7 @@ android {
defaultConfig {
resConfigs "en_US", "cs", "tr", "ca", "ko", "pl", "it",
"eo", "ru", "zh_CN", "de", "fr", "es", "pt", "fi", "hu", "in"
//noinspection MinSdkTooLow
minSdkVersion 8
targetSdkVersion 28
}