Skip to content

Commit 1f69264

Browse files
authored
Merge pull request zebzhao#121 from lukaszsoleski/compilationError
fix compilation error: ERROR: Unknown version 67 of android (Angular 8)
2 parents db42662 + abd2869 commit 1f69264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"@angular/core": ">=8.0.0"
6262
},
6363
"devDependencies": {
64-
"@angular-devkit/build-angular": "^0.800.0",
65-
"@angular-devkit/build-ng-packagr": "^0.800.0",
64+
"@angular-devkit/build-angular": "^0.801.3",
65+
"@angular-devkit/build-ng-packagr": "^0.801.3",
6666
"@angular/cli": "^8.0.4",
6767
"@angular/common": "^8.0.1",
6868
"@angular/compiler": "^8.0.1",

0 commit comments

Comments
 (0)