You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
options.addOption("p", "package-name", true, "package name (for Android only)");
91
99
options.addOption("n", "display-name", true, "display name of the generated project.");
92
100
options.addOption("x", "class-prefix", true, "prefix of each generated class that implements a device connect profile. (for Android and iOS only)");
93
-
options.addOption("b", "connection-type", true, "specifies the connection type with device connect manager by \"binder\" or \"broadcast\"; The default value is \"broadcast\". (for Android only)");
101
+
options.addOption("b", "connection-type", true, "specifies the connection type with device connect manager by \"binder\" or \"broadcast\"; The default value is \"binder\". (for Android only)");
94
102
options.addOption("r", "gradle-plugin-version", true, "version of Android Plugin for Gradle. The default value is \"3.0.0\". (for Android only)");
95
103
options.addOption("k", "sdk", true, "location of Device Connect SDKs.");
96
104
options.addOption("g", "signing-configs", true, "location of singing configs.");
0 commit comments