commit | 6bfb6bbde47085cbc18283afc990507003e25ae2 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Wed Aug 17 20:11:57 2022 +0000 |
committer | Dan Albert <danalbert@google.com> | Fri Aug 19 20:56:28 2022 +0000 |
tree | d808e04c81e3ba3dd26a69bc35d005f7eb850c50 | |
parent | 406015b2dae39cf35925601cd1545c76dbaf56c9 [diff] [blame] |
Drop support for KitKat. The NDK is dropping support for this. Bug: https://github.com/android/ndk/issues/1751 Test: treehugger Change-Id: I6c03dfc364e7612ce4f45fb58746726983cf5b74
diff --git a/android/config.go b/android/config.go index d3f8ab4..15707a5 100644 --- a/android/config.go +++ b/android/config.go
@@ -689,7 +689,7 @@ } func (c *config) MinSupportedSdkVersion() ApiLevel { - return uncheckedFinalApiLevel(19) + return uncheckedFinalApiLevel(21) } func (c *config) FinalApiLevels() []ApiLevel {