Skip to content

Commit

Permalink
fix path error for android
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Sep 8, 2023
1 parent 1da655e commit 85c3b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ const createIOSUniversalLibs = async () => {

const copyAndroidFiles = async () => {
await new Promise(resolve => {
gulp.src(`Android/${basekitPackagePath}build.gradle`)
gulp.src(`${basekitPackagePath}Android/build.gradle`)
.pipe(gulp.src('../Apps/Playground/Playground/node_modules/@babylonjs/react-native-iosandroid/android/src**/main/AndroidManifest.xml'))
.pipe(gulp.src('../Apps/Playground/Playground/node_modules/@babylonjs/react-native-iosandroid/android/src**/main/java/**/*'))
.pipe(gulp.dest(`${assemblediOSAndroidDir}/android`))
Expand Down

0 comments on commit 85c3b77

Please sign in to comment.