Skip to content

Commit 765d9ca

Browse files
Fatme HavaluovaFatme Havaluova
Fatme Havaluova
authored and
Fatme Havaluova
committed
Move sdk option to common lib
1 parent 0b42cc9 commit 765d9ca

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/options.ts

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export class Options extends commonOptionsLibPath.OptionsBase {
2828
keyStorePassword: { type: OptionType.String,},
2929
keyStoreAlias: { type: OptionType.String },
3030
keyStoreAliasPassword: { type: OptionType.String },
31-
sdk: { type: OptionType.String },
3231
ignoreScripts: {type: OptionType.Boolean },
3332
tnsModulesVersion: { type: OptionType.String },
3433
staticBindings: {type: OptionType.Boolean},

0 commit comments

Comments
 (0)