recompile, update android version

This commit is contained in:
Brian Ballsun-Stanton
2020-10-29 14:43:13 +11:00
committed by Dave Olsthoorn
parent b5b08e0aee
commit d7b9d01c78
4 changed files with 696 additions and 534 deletions

View File

@@ -25,22 +25,22 @@
"author": "daveol",
"license": "ISC",
"dependencies": {
"@actions/cache": "^1.0.2",
"@actions/cache": "^1.0.3",
"@actions/core": "^1.2.6",
"@actions/tool-cache": "^1.6.0"
},
"devDependencies": {
"@types/jest": "^26.0.10",
"@types/node": "^14.6.0",
"@typescript-eslint/parser": "^3.9.1",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",
"@typescript-eslint/parser": "^3.10.1",
"@zeit/ncc": "^0.22.3",
"eslint": "^7.7.0",
"eslint": "^7.12.1",
"eslint-plugin-github": "^4.1.1",
"eslint-plugin-jest": "^23.20.0",
"jest": "^24.9.0",
"jest-circus": "^26.4.0",
"jest-circus": "^26.6.1",
"js-yaml": "^3.13.1",
"prettier": "^2.0.5",
"prettier": "^2.1.2",
"ts-jest": "^24.2.0",
"typescript": "^3.9.7"
}