com.dreamcode.mobile.android-keystore
v1.3.1
Published
Allows store android keystore between sessions, without manual input everytime.
Downloads
27
Maintainers
Readme
Unity AutoKeystore
Allows store android keystore between sessions, without manual input everytime.
Install from npm 🤖
- Navigate to the
Packages
directory of your project. - Adjust the project manifest file
manifest.json
in a text editor and addcom.dreamcode
is part of scopes.
{
"scopedRegistries": [
{
"name": "npmjs",
"url": "https://registry.npmjs.org/",
"scopes": [
"com.dreamcode"
]
}
],
"dependencies": {
...
}
}
- Open
Package Manager
and pressInstall
button.
- Open the setup dialog
Tools > DreamCode > Android > AutoKeystore
Well done 🤝
Now keystore data will be autocomplete on build stage.