Skip to content

Commit 9ae3d14

Browse files
committed
refactor: extract add extension method
1 parent 1fd1eb3 commit 9ae3d14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/constants.ts

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export const APK_EXTENSION_NAME = ".apk";
4545
export const AAB_EXTENSION_NAME = ".aab";
4646
export const HASHES_FILE_NAME = ".nshashes";
4747
export const TNS_NATIVE_SOURCE_GROUP_NAME = "TNSNativeSource";
48-
export const TNS_NATIVE_EXTENSIONS_GROUP_NAME = "TNSExtensions";
4948
export const NATIVE_SOURCE_FOLDER = "src";
5049
export const APPLICATION_RESPONSE_TIMEOUT_SECONDS = 60;
5150
export const NATIVE_EXTENSION_FOLDER = "extensions";

0 commit comments

Comments
 (0)