Merge "Bump minimum minSdkVersion to 19."
This commit is contained in:
@@ -778,7 +778,7 @@ func (c *config) PlatformBaseOS() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (c *config) MinSupportedSdkVersion() ApiLevel {
|
func (c *config) MinSupportedSdkVersion() ApiLevel {
|
||||||
return uncheckedFinalApiLevel(16)
|
return uncheckedFinalApiLevel(19)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *config) FinalApiLevels() []ApiLevel {
|
func (c *config) FinalApiLevels() []ApiLevel {
|
||||||
|
Reference in New Issue
Block a user