Skip to content

Commit

Permalink
chore: Remove Android example's debug signingConfig to use default
Browse files Browse the repository at this point in the history
Avoids requiring keystore generation in CI build
  • Loading branch information
davidgovea committed May 11, 2020
1 parent d3243e6 commit dbf5de0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,6 @@ android {
include "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
}
signingConfigs {
debug {
storeFile file('debug.keystore')
storePassword 'android'
keyAlias 'androiddebugkey'
keyPassword 'android'
}
}
buildTypes {
debug {
signingConfig signingConfigs.debug
Expand Down

0 comments on commit dbf5de0

Please sign in to comment.