Skip to content

Commit

Permalink
Remove debug keystore
Browse files Browse the repository at this point in the history
  • Loading branch information
fredboy committed Apr 21, 2024
1 parent 2895363 commit b1f8d97
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ android {
}

signingConfigs {
debug_config {
storeFile file(keystoreProperties['debugKeystorePath'])
storePassword keystoreProperties['debugKeystorePassword']
keyAlias keystoreProperties['debugKeyAlias']
keyPassword keystoreProperties['debugKeyPassword']
}
release_config {
storeFile file(keystoreProperties['releaseKeystorePath'])
storePassword keystoreProperties['releaseKeystorePassword']
Expand Down

0 comments on commit b1f8d97

Please sign in to comment.