Searched refs:MinSupportedSdkVersion (Results 1 – 3 of 3) sorted by relevance
28 return ctx.Config().MinSupportedSdkVersion()
33 ctx.Strict("MIN_SUPPORTED_SDK_VERSION", ctx.Config().MinSupportedSdkVersion().String())
677 func (c *config) MinSupportedSdkVersion() ApiLevel { func