Update for v0.3

The version name and code were not brought over
from the AndroidManafest.xml file. Previously they
were for v0.2.
This commit is contained in:
Branden Archer
2017-12-25 17:14:34 -05:00
committed by GitHub
parent e4debe7dd8
commit a9d36258fa

View File

@@ -13,6 +13,8 @@ android {
applicationId "protect.babymonitor"
minSdkVersion 16
targetSdkVersion 17
versionCode 3
versionName "0.3"
}
buildTypes {
@@ -44,4 +46,4 @@ task findbugs(type: FindBugs, dependsOn: 'assembleDebug') {
xml.enabled = false
html.enabled = true
}
}
}