Skip to content

Commit

Permalink
Merge pull request #27 from brarcher/pre-v0.3
Browse files Browse the repository at this point in the history
Update for v0.3
  • Loading branch information
brarcher authored Dec 25, 2017
2 parents e4debe7 + a9d3625 commit 8e8fdc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ android {
applicationId "protect.babymonitor"
minSdkVersion 16
targetSdkVersion 17
versionCode 3
versionName "0.3"
}

buildTypes {
Expand Down Expand Up @@ -44,4 +46,4 @@ task findbugs(type: FindBugs, dependsOn: 'assembleDebug') {
xml.enabled = false
html.enabled = true
}
}
}

0 comments on commit 8e8fdc6

Please sign in to comment.