Skip to content

Commit 16c3122

Browse files
authored
chore(fix): fix gradle build (#14323)
1 parent 123e61a commit 16c3122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/titanium/libv8-services.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ if (import.meta.url.startsWith('file:') && process.argv[1] === fileURLToPath(imp
277277
console.error(err);
278278
process.exit(1);
279279
});
280-
} else if (process.argv[2] === 'updateLibrary') {
280+
} else if (process.argv[2] === 'update-library') {
281281
/**
282282
* Checks if the V8 library referenced by the "titanium_mobile/android/package.json" file is installed.
283283
* If not, then this function will automatically download/install it. Function will do nothing if alredy installed.

0 commit comments

Comments
 (0)