Merge "Bump minimum minSdkVersion to 19."

This commit is contained in:
Treehugger Robot
2022-04-22 03:16:05 +00:00
committed by Gerrit Code Review

View File

@@ -778,7 +778,7 @@ func (c *config) PlatformBaseOS() string {
}
func (c *config) MinSupportedSdkVersion() ApiLevel {
return uncheckedFinalApiLevel(16)
return uncheckedFinalApiLevel(19)
}
func (c *config) FinalApiLevels() []ApiLevel {