We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f101ce + 0d056e2 commit cc9fca3Copy full SHA for cc9fca3
lib/services/android-project-service.ts
@@ -10,7 +10,7 @@ import fs = require("fs");
10
import os = require("os");
11
12
class AndroidProjectService implements IPlatformProjectService {
13
- private SUPPORTED_TARGETS = ["android-17", "android-18", "android-19", "android-21", "android-MNC"];
+ private SUPPORTED_TARGETS = ["android-17", "android-18", "android-19", "android-21"]; // forbidden for now: "android-MNC"
14
private static RES_DIRNAME = "res";
15
private static VALUES_DIRNAME = "values";
16
private static VALUES_VERSION_DIRNAME_PREFIX = AndroidProjectService.VALUES_DIRNAME + "-v";
0 commit comments