File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -526,6 +526,11 @@ export class AndroidProjectService extends projectServiceBaseLib.PlatformProject
526526 projectData . projectIdentifiers . android ,
527527 manifestPath
528528 ) ;
529+ const buildAppGradlePath = path . join (
530+ this . getPlatformData ( projectData ) . projectRoot ,
531+ "app" ,
532+ "build.gradle"
533+ ) ;
529534 const buildGradlePath = path . join (
530535 this . getPlatformData ( projectData ) . projectRoot ,
531536 "build.gradle"
@@ -534,7 +539,7 @@ export class AndroidProjectService extends projectServiceBaseLib.PlatformProject
534539 "-i" ,
535540 / _ _ P A C K A G E _ _ / ,
536541 projectData . projectIdentifiers . android ,
537- buildGradlePath
542+ buildAppGradlePath
538543 ) ;
539544 const relativePath = path . relative ( this . getPlatformData ( projectData ) . projectRoot , projectData . projectDir )
540545 shell . sed (
You can’t perform that action at this time.
0 commit comments