Skip to content

Commit

Permalink
chore: remove shared debug key (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Syn-McJ authored Mar 13, 2024
1 parent 9434b47 commit c3972e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -218,15 +218,6 @@ android {
}
}

signingConfigs {
debug {
storeFile file('keystore/debug.keystore')
storePassword "android"
keyAlias "androiddebugkey"
keyPassword "android"
}
}

buildTypes {
all {
minifyEnabled true
Expand Down
Binary file removed wallet/keystore/debug.keystore
Binary file not shown.

0 comments on commit c3972e9

Please sign in to comment.