Skip to content

Commit

Permalink
🐛 Add missing Android code
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Jun 17, 2024
1 parent 48f675a commit fd5096f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/configurator.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var langsProductCodes = map[string][]string{
"C++": {QDCL, QDNET},
}

var AllSupportedPaidCodes = []string{QDJVM, QDPHP, QDPY, QDJS, QDGO, QDNET}
var AllSupportedPaidCodes = []string{QDJVM, QDPHP, QDPY, QDJS, QDGO, QDNET, QDAND}
var AllSupportedFreeCodes = []string{QDJVMC, QDPYC, QDANDC, QDNETC, QDCL}

func allImages(codes []string) []string {
Expand Down

0 comments on commit fd5096f

Please sign in to comment.