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" applicationId "protect.babymonitor"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 17 targetSdkVersion 17
versionCode 3
versionName "0.3"
} }
buildTypes { buildTypes {