Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b360490 authored by Ian Pedowitz's avatar Ian Pedowitz Committed by Android (Google) Code Review
Browse files

Merge "Revert "RESTRICT AUTOMERGE Android Q is API 29"" into qt-dev

parents 36ed555d 9e2bf9ec
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -71,7 +71,6 @@ func getApiLevelsMap(config Config) map[string]int {
			"O":     26,
			"O-MR1": 27,
			"P":     28,
			"Q":     29,
		}
		for i, codename := range config.PlatformVersionCombinedCodenames() {
			apiLevelsMap[codename] = baseApiLevel + i