Skip to content

Commit

Permalink
Merge pull request #23 from brarcher/pre-v0.3
Browse files Browse the repository at this point in the history
Update for release v0.3
  • Loading branch information
brarcher committed May 17, 2016
2 parents 7904168 + d97c2c6 commit b709837
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "protect.gift_card_guard"
minSdkVersion 17
targetSdkVersion 23
versionCode 3
versionName "0.2"
versionCode 4
versionName "0.3"
}
buildTypes {
release {
Expand Down Expand Up @@ -58,4 +58,4 @@ task findbugs(type: FindBugs, dependsOn: assembleDebug) {
xml.enabled = false
html.enabled = true
}
}
}

0 comments on commit b709837

Please sign in to comment.