Skip to content

Commit

Permalink
add the key store
Browse files Browse the repository at this point in the history
  • Loading branch information
ToDou committed Jul 8, 2015
1 parent d87e539 commit 132fa69
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.tudou.calendarpager"
minSdkVersion 15
targetSdkVersion 22
versionCode 1
versionName "1.0"
versionCode 10001
versionName "1.0.0"
}
buildTypes {
release {
Expand Down
4 changes: 4 additions & 0 deletions gradle.properties.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
storeFile=../keystore/calendarpager4android.keystore
storePassword=calendarpager4release
keyAlias=calendarpager4android-release
keyPassword=calendarpager4release
Binary file added keystore/calendarpager4android.keystore
Binary file not shown.

0 comments on commit 132fa69

Please sign in to comment.