Skip to content

Commit 03c817d

Browse files
bn commit id
1 parent 15ee7c7 commit 03c817d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ const createPackage = async () => {
214214
exec('npm pack', 'Assembled');
215215
};
216216

217-
const COMMIT_ID = '65d3136cc830b4feb754420d5ce639796a139db5';
217+
const COMMIT_ID = '100b2db2cd4386fb49793f2516756b17e6ac0f15';
218218
const ZIP_URL = `https://github.com/CedricGuillemet/BabylonNative/archive/${COMMIT_ID}.zip`;
219219
const TARGET_DIR = path.resolve(__dirname, '../Modules/@babylonjs/react-native/shared/BabylonNative');
220220
const ZIP_PATH = path.join(TARGET_DIR, `${COMMIT_ID}.zip`);

0 commit comments

Comments
 (0)