Skip to content

Commit

Permalink
Add a debug keystore to the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
broady committed Jan 13, 2014
1 parent aaa1c04 commit c0fd451
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions demo/build.gradle
Expand Up @@ -29,6 +29,12 @@ android {
res.srcDirs = ['res']
}
}

signingConfigs {
debug {
storeFile file('debug.keystore')
}
}
}

task startDemo(type: Exec) {
Expand Down
Binary file added demo/debug.keystore
Binary file not shown.

0 comments on commit c0fd451

Please sign in to comment.