v0.7.2b: suppressed the 'minSdkTooLow' warning in the main gradle file
This commit is contained in:
parent
ae48476694
commit
eefcb5115a
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user