alpha-wallet-android
alpha-wallet-android copied to clipboard
How to change the packge name so that I can upload it to the play store.
Hi @abhinawtech you can change it in the build.gradle:
defaultConfig {
versionCode 250
versionName "3.71"
applicationId "io.stormbird.wallet" // <--- change this to your packageId eg com.abhinawtech.wallet
This will allow you to publish