Skip to content

Commit

Permalink
Deleting release keys to see if it passes the GitHub Build
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Jun 15, 2021
1 parent 18362ec commit a7895d8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,6 @@ android {
keyAlias 'androiddebugkey'
keyPassword 'android'
}
release {
storeFile file(PRIVATEKIT_RELEASE_STORE_FILE)
storePassword PRIVATEKIT_RELEASE_STORE_PASSWORD
keyAlias PRIVATEKIT_RELEASE_KEY_ALIAS
keyPassword PRIVATEKIT_RELEASE_KEY_PASSWORD
}
}
buildTypes {
debug {
Expand Down

0 comments on commit a7895d8

Please sign in to comment.