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 {
|
defaultConfig {
|
||||||
resConfigs "en_US", "cs", "tr", "ca", "ko", "pl", "it",
|
resConfigs "en_US", "cs", "tr", "ca", "ko", "pl", "it",
|
||||||
"eo", "ru", "zh_CN", "de", "fr", "es", "pt", "fi", "hu", "in"
|
"eo", "ru", "zh_CN", "de", "fr", "es", "pt", "fi", "hu", "in"
|
||||||
|
//noinspection MinSdkTooLow
|
||||||
minSdkVersion 8
|
minSdkVersion 8
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user