Skip to content

Commit

Permalink
Update for v0.3
Browse files Browse the repository at this point in the history
The version name and code were not brought over
from the AndroidManafest.xml file. Previously they
were for v0.2.
  • Loading branch information
brarcher authored Dec 25, 2017
1 parent e4debe7 commit a9d3625
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 a9d3625

Please sign in to comment.