Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change the packge name so that I can upload it to the play store. #3330

Open
abhinawtech opened this issue Oct 19, 2023 · 1 comment

Comments

@abhinawtech
Copy link

No description provided.

@JamesSmartCell
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants