Skip to content

Support Shared debug.keystore for Multi-Workstation Android Development #1944

Answered by vzool
vzool asked this question in Q&A
Discussion options

You must be logged in to vote

It worked! Thanks @mhsmith & @freakboy3742
Here is the full code at pyproject.toml for the community:

build_gradle_extra_content = """\
android {
    signingConfigs {
        debug {
            keyAlias "android-debug-key"
            keyPassword "zakat-tracker"
            storePassword "zakat-tracker"
            storeFile file("../../../../../publish/android/debug.keystore")
        }
    }
}
"""

Thanks

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mhsmith
Comment options

@vzool
Comment options

Answer selected by vzool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants