diff --git a/app/build.gradle b/app/build.gradle index 4ae3c09..bc3e2b6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 } -} \ No newline at end of file +}