Skip to content

try to fix key issue#19

Merged
nbassler merged 1 commit into
mainfrom
11-12
Apr 26, 2026
Merged

try to fix key issue#19
nbassler merged 1 commit into
mainfrom
11-12

Conversation

@nbassler
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings April 26, 2026 11:30
@nbassler nbassler merged commit 044c4b2 into main Apr 26, 2026
1 check passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Android release signing configuration to address a keystore/key password mismatch during signing.

Changes:

  • Adjusts signingConfigs.release.keyPassword environment variable source in app/build.gradle.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread app/build.gradle
storePassword = System.getenv("KEYSTORE_PASSWORD") ?: ""
keyAlias = System.getenv("KEY_ALIAS") ?: "dedx-upload"
keyPassword = System.getenv("KEY_PASSWORD") ?: ""
keyPassword = System.getenv("KEYSTORE_PASSWORD") ?: ""
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

Successfully merging this pull request may close these issues.

2 participants