File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ export class AndroidProjectService extends projectServiceBaseLib.PlatformProject
276
276
}
277
277
278
278
let buildOptions = this . getBuildOptions ( ) ;
279
- buildOptions . unshift ( "buildapk" )
279
+ buildOptions . unshift ( "buildapk" ) ;
280
280
281
281
let gradleBin = this . useGradleWrapper ( projectRoot ) ? path . join ( projectRoot , "gradlew" ) : "gradle" ;
282
282
if ( this . $hostInfo . isWindows ) {
@@ -431,8 +431,8 @@ export class AndroidProjectService extends projectServiceBaseLib.PlatformProject
431
431
432
432
public afterPrepareAllPlugins ( ) : IFuture < void > {
433
433
let buildOptions = this . getBuildOptions ( ) ;
434
- buildOptions . unshift ( "clean" )
435
-
434
+ buildOptions . unshift ( "clean" ) ;
435
+
436
436
let projectRoot = this . platformData . projectRoot ;
437
437
let gradleBin = this . useGradleWrapper ( projectRoot ) ? path . join ( projectRoot , "gradlew" ) : "gradle" ;
438
438
if ( this . $hostInfo . isWindows ) {
You can’t perform that action at this time.
0 commit comments