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:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user