diff options
Diffstat (limited to 'android/api_levels.go')
-rw-r--r-- | android/api_levels.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/api_levels.go b/android/api_levels.go index fab5fc7bf..dc17238f3 100644 --- a/android/api_levels.go +++ b/android/api_levels.go @@ -291,6 +291,8 @@ var ApiLevelR = uncheckedFinalApiLevel(30) var ApiLevelUpsideDownCake = uncheckedFinalApiLevel(34) +var ApiLevelVanillaIceCream = uncheckedFinalApiLevel(35) + // ReplaceFinalizedCodenames returns the API level number associated with that API level // if the `raw` input is the codename of an API level has been finalized. // If the input is *not* a finalized codename, the input is returned unmodified. |