Skip to content

Commit

Permalink
Add debug.keystore
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Mar 9, 2017
1 parent e6ab357 commit b235116
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/build.gradle
Expand Up @@ -12,6 +12,16 @@ android {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary true
}

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

buildTypes {
release {
minifyEnabled false
Expand Down
Binary file added debug.keystore
Binary file not shown.

0 comments on commit b235116

Please sign in to comment.