commit | b2d87ef0bd167ccb4d0544b89bcf7b1c89d427e0 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Apr 22 03:16:05 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Apr 22 03:16:05 2022 +0000 |
tree | 4a3a73563303bc43212c3c38b051dac14965bc4e | |
parent | 00be8b8bda0dca96d6e40d76a78d6d2a85a0bc66 [diff] | |
parent | 862a7c5b5e2929b348e71b882635743a2a9ad422 [diff] |
Merge "Bump minimum minSdkVersion to 19."
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 {