diff options
| -rw-r--r-- | android/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/config.go b/android/config.go index 0171cc069..c737b7092 100644 --- a/android/config.go +++ b/android/config.go @@ -482,7 +482,7 @@ func (c *config) PlatformSdkCodename() string { } func (c *config) MinSupportedSdkVersion() int { - return 14 + return 16 } func (c *config) DefaultAppTargetSdkInt() int { |