Loading android/api_levels.go +2 −0 Original line number Diff line number Diff line Loading @@ -321,6 +321,7 @@ func getFinalCodenamesMap(config Config) map[string]int { "Q": 29, "R": 30, "S": 31, "S-V2": 32, } // TODO: Differentiate "current" and "future". Loading Loading @@ -364,6 +365,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 Loading Loading
android/api_levels.go +2 −0 Original line number Diff line number Diff line Loading @@ -321,6 +321,7 @@ func getFinalCodenamesMap(config Config) map[string]int { "Q": 29, "R": 30, "S": 31, "S-V2": 32, } // TODO: Differentiate "current" and "future". Loading Loading @@ -364,6 +365,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 Loading