Skip to content

Commit

Permalink
Merge pull request #11 from brarcher/release-v0.2
Browse files Browse the repository at this point in the history
Update for release v0.2
  • Loading branch information
brarcher committed Apr 5, 2016
2 parents 5956ecc + 977d992 commit cdab54f
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.babysleepsounds"
minSdkVersion 17
targetSdkVersion 23
versionCode 1
versionName "0.1"
versionCode 2
versionName "0.2"
}
buildTypes {
release {
Expand Down Expand Up @@ -57,4 +57,4 @@ task findbugs(type: FindBugs, dependsOn: assembleDebug) {
xml.enabled = false
html.enabled = true
}
}
}

0 comments on commit cdab54f

Please sign in to comment.