diff --git a/android/config.go b/android/config.go index 330669dcf..c435e8585 100644 --- a/android/config.go +++ b/android/config.go @@ -379,7 +379,7 @@ func (c *config) PlatformSdkVersion() string { } func (c *config) MinSupportedSdkVersion() int { - return 9 + return 14 } // Codenames that are active in the current lunch target.