diff --git a/android/api_levels.go b/android/api_levels.go index c1b3ba2ba..b632232e5 100644 --- a/android/api_levels.go +++ b/android/api_levels.go @@ -315,6 +315,7 @@ func getFinalCodenamesMap(config Config) map[string]int { "Q": 29, "R": 30, "S": 31, + "S-V2": 32, } // TODO: Differentiate "current" and "future". @@ -358,6 +359,7 @@ func getApiLevelsMap(config Config) map[string]int { "Q": 29, "R": 30, "S": 31, + "S-V2": 32, } for i, codename := range config.PlatformVersionActiveCodenames() { apiLevelsMap[codename] = previewAPILevelBase + i