Skip to content

Commit

Permalink
Bumped version code to 10, name to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kmark committed Mar 8, 2015
1 parent 7cd48e5 commit 89feeeb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ android {
applicationId "com.versobit.kmark.xhangouts"
minSdkVersion 15
targetSdkVersion 21
versionCode 9
versionName "1.6-" + gitRev()
versionCode 10
versionName "1.7-" + gitRev()
signingConfig signingConfigs.config
}
}

Expand Down

0 comments on commit 89feeeb

Please sign in to comment.