Skip to content

Commit

Permalink
Update tasks.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MulverineX committed Apr 27, 2024
1 parent b8c712a commit abf725f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ task('build-android-mercury-lib', (done) => {
} else if (platform == 'linux') {
androidHome = path.join(process.env.HOME, 'Android/Sdk');
}
const ndkVersion = '22.1.7171670';
const ndkVersion = '26.3.11579264';
ndkDir = path.join(androidHome, 'ndk', ndkVersion);

if (!fs.existsSync(ndkDir)) {
Expand Down

0 comments on commit abf725f

Please sign in to comment.