feat(android): android internal testing (#8577)

This commit is contained in:
Brooooooklyn
2024-10-30 12:18:00 +00:00
parent fffd60d84c
commit 58c7e3913d
19 changed files with 444 additions and 35 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "@affine/playstore-auto-bump",
"version": "0.17.0",
"private": true,
"type": "module",
"description": "Automatically bump the versionCode and versionName of an Android app from the Google Play Store versions",
"main": "index.ts",
"scripts": {
"bump": "node --import @oxc-node/core/register index.ts"
},
"dependencies": {
"@googleapis/androidpublisher": "^22.0.0",
"@oxc-node/core": "^0.0.15"
},
"devDependencies": {
"@types/node": "^20.14.12",
"typescript": "^5.6.3"
}
}