commit | 6b360490e1170a87d2bd6b5719ab5b22fb58fa00 | [log] [tgz] |
---|---|---|
author | Ian Pedowitz <ijpedowitz@google.com> | Thu May 02 00:59:09 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu May 02 00:59:09 2019 +0000 |
tree | 1c99cb43b02aa12ef6fa77213e04f90f5d38208b | |
parent | 36ed555dfc47c1049541886bbdafc3e7627e8d32 [diff] | |
parent | 9e2bf9ec51ad16e8bc8f3754eadc2cd4a0b40e73 [diff] |
Merge "Revert "RESTRICT AUTOMERGE Android Q is API 29"" into qt-dev
diff --git a/android/api_levels.go b/android/api_levels.go index 2f70f62..51d4703 100644 --- a/android/api_levels.go +++ b/android/api_levels.go
@@ -71,7 +71,6 @@ "O": 26, "O-MR1": 27, "P": 28, - "Q": 29, } for i, codename := range config.PlatformVersionCombinedCodenames() { apiLevelsMap[codename] = baseApiLevel + i