commit | 862a7c5b5e2929b348e71b882635743a2a9ad422 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Wed Apr 20 22:54:42 2022 +0000 |
committer | Dan Albert <danalbert@google.com> | Wed Apr 20 22:54:42 2022 +0000 |
tree | d577a27408a262268075e40a78cab2aa43fdfec9 | |
parent | e31a071389c2fdecbe4bb7bf56db94662fbd3a4a [diff] [blame] |
Bump minimum minSdkVersion to 19. We need to land an update to the NDK prebuilts and the NDK no longer supports APIs 16-18. Bug: https://issuetracker.google.com/228670422 Test: treehugger Change-Id: I996b0eb65a7d1ae4cc0687b7ed8f533fbbba295d
diff --git a/android/config.go b/android/config.go index cb2fc61..9f1fd6a 100644 --- a/android/config.go +++ b/android/config.go
@@ -778,7 +778,7 @@ } func (c *config) MinSupportedSdkVersion() ApiLevel { - return uncheckedFinalApiLevel(16) + return uncheckedFinalApiLevel(19) } func (c *config) FinalApiLevels() []ApiLevel {