Merge "Bump minimum minSdkVersion to 19." into tm-dev

This commit is contained in:
TreeHugger Robot
2022-04-27 22:05:18 +00:00
committed by Android (Google) 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 {