Skip to content

Commit

Permalink
add release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhoujay committed Oct 1, 2015
1 parent 3e323df commit ae0b4b4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*.apk
*.ap_

!/apk/app-release.apk
!/apk/app-release*

# files for the dex VM
*.dex
Expand Down
Binary file added apk/app-release-1.1.apk
Binary file not shown.
Binary file modified apk/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "zhou.gank.io"
minSdkVersion 15
targetSdkVersion 22
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
}
buildTypes {
release {
Expand Down

0 comments on commit ae0b4b4

Please sign in to comment.