Skip to content

Commit

Permalink
released as 0.7.1: add makefile to build, bump released version
Browse files Browse the repository at this point in the history
  • Loading branch information
cpg committed Sep 6, 2014
1 parent 73aeac3 commit 3352745
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

debug:
gradle assembleDebug

release:
gradle assembleRelease
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
defaultConfig {
def versionMajor = 0
def versionMinor = 7
def versionPatch = 0
def versionPatch = 1

versionName buildVersionName(versionMajor, versionMinor, versionPatch)
versionCode buildVersionCode(versionMajor, versionMinor, versionPatch)
Expand Down

0 comments on commit 3352745

Please sign in to comment.