Build config with custom apk sign

This commit is contained in:
OleSTEEP 2024-01-23 21:45:06 +03:00
parent 111f7b6980
commit 7861dd270e
2 changed files with 17 additions and 6 deletions

12
build.json Normal file
View file

@ -0,0 +1,12 @@
{
"android": {
"release": {
"keystore": "file.jks",
"storePassword": "passwd",
"alias": "alias",
"password" : "passwd",
"keystoreType": "jks",
"packageType": "apk"
}
}
}