Build config with custom apk sign
This commit is contained in:
parent
111f7b6980
commit
7861dd270e
2 changed files with 17 additions and 6 deletions
12
build.json
Normal file
12
build.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"android": {
|
||||
"release": {
|
||||
"keystore": "file.jks",
|
||||
"storePassword": "passwd",
|
||||
"alias": "alias",
|
||||
"password" : "passwd",
|
||||
"keystoreType": "jks",
|
||||
"packageType": "apk"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue